Merge pull request #21644 from dvdksn/fix-docker-push-syntaxerror

fix: invalid docker push command with multiple tags
This commit is contained in:
David Karlsson 2024-12-16 23:12:29 +01:00 committed by GitHub
commit 2e6782a75d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.