From ed4bf51c1c6f88ee7f325ee8c6633da0bb274d73 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Tue, 4 Feb 2025 21:04:59 +0000 Subject: [PATCH] Fix helper --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f07e8d7..415a45a 100755 --- a/build.sh +++ b/build.sh @@ -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