diff --git a/build.sh b/build.sh index f92d66e..1d37d54 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ if [ "$1" = "dev" ]; then fi REG_URL=${REGISTRY}_URL -TAG=0.1 +: "${TAG:=0.1}" if [ "$EVENT_TYPE" = "cron" ] || [ "$DEV" = "true" ]; then python3 -m venv venv