diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 4b2e423e25..cbf1e71fca 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -764,7 +764,7 @@ Use --stdin to be able to interact from the terminal during the build. Specifies the name which is assigned to the resulting image if the build process completes successfully. If _imageName_ does not include a registry name, the registry name *localhost* -is prepended to the image name. +is prepended to the image name. Can be used multiple times. #### **--target**=*stageName* diff --git a/docs/source/markdown/podman-tag.1.md b/docs/source/markdown/podman-tag.1.md index 9f99e4c050..444f3891c3 100644 --- a/docs/source/markdown/podman-tag.1.md +++ b/docs/source/markdown/podman-tag.1.md @@ -26,6 +26,8 @@ Print usage statement $ podman tag 0e3bbc2 fedora:latest $ podman tag httpd myregistryhost:5000/fedora/httpd:v2 + +$ podman tag mymariadb mycontainerregistry.io/namespace/mariadb:10 mycontainerregistry.io/namespace/mariadb:10.11 mycontainerregistry.io/namespace/mariadb:10.11.12 ```