Skip to content

Commit 2e6782a

Browse files
authored
Merge pull request #21644 from dvdksn/fix-docker-push-syntaxerror
fix: invalid docker push command with multiple tags
2 parents 027ed6f + ace01c3 commit 2e6782a

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)