From 71ea5e8473b174663e72fa0dba65ceacb0f85e7d Mon Sep 17 00:00:00 2001 From: mattjmcnaughton Date: Thu, 31 May 2018 20:57:00 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134e29e..55f05ec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ symlink. ``` # build the container -make container REGISTRY=registry TAG=tag +make container REGISTRY=registry VERSION=tag # run the container docker run -d \