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:-}"