v0.3.1 bug fix

This commit is contained in:
2026-03-09 15:13:07 -04:00
parent 42ad779750
commit 8469ff7b6a
6 changed files with 28 additions and 5 deletions

View File

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