V0.8.8 removed the pinning feature

This commit is contained in:
2026-03-13 12:57:36 -04:00
parent 83b2105a9a
commit 9f7266bc6a
8 changed files with 32 additions and 193 deletions

View File

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