Skip to content

Commit 4eafdd5

Browse files
authored
Merge pull request #2 from jlebon/pr/fix-tagging
README.md: add missing `--tag` argument
2 parents c360e10 + 047737b commit 4eafdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ podman build \
5555
--from $RHCOS_CONTAINER \
5656
--authfile $PULL_SECRET \
5757
--file Containerfile \
58-
quay.io/myorg/myrepo:mytag
58+
--tag quay.io/myorg/myrepo:mytag
5959
```
6060

6161
You will want to push this image to a registry so that it can be used as an

0 commit comments

Comments
 (0)