v0.9.25 limit app-name length

This commit is contained in:
2026-03-15 14:34:30 -04:00
parent 41319157b2
commit 53d665cc6f
5 changed files with 14 additions and 5 deletions

View File

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