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
|
## Deploy to Docker Hub
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build . -t youtube-dl
|
docker build . -t youtube-dl-web
|
||||||
docker tag youtube-dl USERNAME/youtube-dl:latest
|
docker tag youtube-dl w33ble/youtube-dl-web:latest
|
||||||
docker push USERNAME/youtube-dl:latest
|
docker push w33ble/youtube-dl-web:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user