v0.9.37 bug fixes

This commit is contained in:
2026-03-16 17:55:30 -04:00
parent 3f7579e6be
commit 3519042591
8 changed files with 37 additions and 23 deletions

View File

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