v0.7.5 bugs fixes

This commit is contained in:
2026-03-11 18:52:17 -04:00
parent 8202c838f5
commit 03a8983b7d
5 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.7.4}"
VERSION="${1:-0.7.5}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="jama"