docs: fix build and publish instructions

This commit is contained in:
2019-12-31 14:33:39 -07:00
parent 0933b591fe
commit 8623e6be8d

View File

@@ -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