Skip to content

Commit 047737b

Browse files
committed
README.md: add missing --tag argument
Missed this in 0cccbfa ("README.md: minor tweaks").
1 parent c360e10 commit 047737b

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)