Skip to content

Commit ace01c3

Browse files
committed
fix: invalid docker push command with multiple tags
Signed-off-by: David Karlsson <[email protected]>
1 parent 753cf3e commit ace01c3

File tree

1 file changed

+2
-2
lines changed
  • content/manuals/docker-hub/repos/manage/hub-images

1 file changed

+2
-2
lines changed

content/manuals/docker-hub/repos/manage/hub-images/push.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ images with others or use them in different environments.
3636
Example:
3737

3838
```console
39-
$ docker push my-app my-namespace/my-repo:v1.0
39+
$ docker push my-namespace/my-repo:v1.0
4040
```
4141

4242
This command pushes the image tagged `v1.0` to the `my-namespace/my-repo` repository.
4343

44-
3. Verify the image on Docker Hub.
44+
3. Verify the image on Docker Hub.

0 commit comments

Comments
 (0)