v0.11.19 bug fixes

This commit is contained in:
2026-03-22 14:03:22 -04:00
parent bddfcaac7e
commit 2856505f8d
8 changed files with 308 additions and 19 deletions

View File

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