From 1d42d1efa62806593460d72e2bb40c87b620f184 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Tue, 4 Feb 2025 21:06:03 +0000 Subject: [PATCH] Fix helper --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 415a45a..50b88e8 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -x -o pipefail tag=$1 -buidl=${build:-0} +build=${$2:-0} docker build -t ${tag}:latest . if [[ $build -gt 0 ]]; then