docs: fix build and publish instructions
This commit is contained in:
@@ -30,9 +30,9 @@ Running it like this, the result from youtube-dl will only be useful from the we
|
||||
## Deploy to Docker Hub
|
||||
|
||||
```sh
|
||||
docker build . -t youtube-dl
|
||||
docker tag youtube-dl USERNAME/youtube-dl:latest
|
||||
docker push USERNAME/youtube-dl:latest
|
||||
docker build . -t youtube-dl-web
|
||||
docker tag youtube-dl w33ble/youtube-dl-web:latest
|
||||
docker push w33ble/youtube-dl-web:latest
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user