Skip to content

Commit

Permalink
Merge pull request #21644 from dvdksn/fix-docker-push-syntaxerror
Browse files Browse the repository at this point in the history
fix: invalid docker push command with multiple tags
  • Loading branch information
dvdksn authored Dec 16, 2024
2 parents 027ed6f + ace01c3 commit 2e6782a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/manuals/docker-hub/repos/manage/hub-images/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3. Verify the image on Docker Hub.

0 comments on commit 2e6782a

Please sign in to comment.