Fix helper

This commit is contained in:
2025-02-04 21:04:59 +00:00
parent f4999f4d19
commit ed4bf51c1c

View File

@@ -3,7 +3,7 @@
set -x -o pipefail
tag=$1
build=0
buidl=${build:-0}
docker build -t ${tag}:latest .
if [[ $build -gt 0 ]]; then