set TAG in build only if not set before
This commit is contained in:
2
build.sh
2
build.sh
@@ -10,7 +10,7 @@ if [ "$1" = "dev" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
REG_URL=${REGISTRY}_URL
|
REG_URL=${REGISTRY}_URL
|
||||||
TAG=0.1
|
: "${TAG:=0.1}"
|
||||||
|
|
||||||
if [ "$EVENT_TYPE" = "cron" ] || [ "$DEV" = "true" ]; then
|
if [ "$EVENT_TYPE" = "cron" ] || [ "$DEV" = "true" ]; then
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user