v0.9.87 build.sh fixes

This commit is contained in:
2026-03-19 12:16:25 -04:00
parent 33b0264080
commit 7dc4cfcbce
5 changed files with 7 additions and 7 deletions

View File

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