From 6ad9584ea926b6d1aced24c6c9a569b3f779901d Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Wed, 11 Mar 2026 15:44:43 -0400 Subject: [PATCH] build.sh update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9941e72..5262cf1 100644 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ # REGISTRY=ghcr.io/yourname ./build.sh 1.2.0 push # REGISTRY=yourdockerhubuser ./build.sh 1.2.0 push # ───────────────────────────────────────────────────────────── -set -euo pipefail +set -euo pipefail VERSION="${1:-0.7.2}" ACTION="${2:-}"