v0.7.4 bug fixes

This commit is contained in:
2026-03-11 18:36:07 -04:00
parent 6ad9584ea9
commit 8202c838f5
11 changed files with 132 additions and 71 deletions

View File

@@ -11,9 +11,9 @@
# 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}"
VERSION="${1:-0.7.4}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="jama"