From ace01c349ed0c6dde65d08f09f5dfa11d4bb914b Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:34:10 +0100 Subject: [PATCH] fix: invalid docker push command with multiple tags Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/docker-hub/repos/manage/hub-images/push.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/docker-hub/repos/manage/hub-images/push.md b/content/manuals/docker-hub/repos/manage/hub-images/push.md index 0c3b468ed44..a9a1f028452 100644 --- a/content/manuals/docker-hub/repos/manage/hub-images/push.md +++ b/content/manuals/docker-hub/repos/manage/hub-images/push.md @@ -36,9 +36,9 @@ images with others or use them in different environments. Example: ```console - $ docker push my-app my-namespace/my-repo:v1.0 + $ docker push my-namespace/my-repo:v1.0 ``` This command pushes the image tagged `v1.0` to the `my-namespace/my-repo` repository. -3. Verify the image on Docker Hub. \ No newline at end of file +3. Verify the image on Docker Hub.