v0.3.2 bug fixes

This commit is contained in:
2026-03-09 15:13:44 -04:00
parent 8469ff7b6a
commit 31f61cc056
5 changed files with 14 additions and 4 deletions

View File

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