Skip to content

Commit 71ea5e8

Browse files
mattjmcnaughtonthockin
authored andcommitted
Fix README
The README instructs the user to overwrite the TAG variable to set the tag on `make container`. However, the user should actually overwrite the `VERSION` variable.
1 parent 9253fe3 commit 71ea5e8

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
@@ -15,7 +15,7 @@ symlink.
1515

1616
```
1717
# build the container
18-
make container REGISTRY=registry TAG=tag
18+
make container REGISTRY=registry VERSION=tag
1919
2020
# run the container
2121
docker run -d \

0 commit comments

Comments
 (0)