Fix image tags, replace + with -

This commit is contained in:
Erik Wilson
2019-12-11 18:53:02 -07:00
parent bddab9479c
commit 07028a3115
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ cd $(dirname $0)/..
. ./scripts/version.sh
TAG=${TAG:-${VERSION}${SUFFIX}}
TAG=${TAG:-${VERSION_TAG}${SUFFIX}}
REPO=${REPO:-rancher}
IMAGE_NAME=${IMAGE_NAME:-k3s}