From 8623e6be8dd72e446d988dcfe964b5657a6f80dd Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 31 Dec 2019 14:33:39 -0700 Subject: [PATCH] docs: fix build and publish instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d34c5f..b54a4d4 100644 --- a/README.md +++ b/README.md @@ -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