v0.9.51 minor schedule bug fixes.

This commit is contained in:
2026-03-17 14:58:08 -04:00
parent c7b0b0462d
commit 5d21420ed9
6 changed files with 162 additions and 23 deletions

View File

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