mirror of https://github.com/docker/docs.git
fix: invalid docker push command with multiple tags
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
753cf3e8bf
commit
ace01c349e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue