updated events to remove duplicates when edit reccurring

This commit is contained in:
2026-03-29 12:01:51 -04:00
parent cfb351a251
commit 580ef1307c
3 changed files with 92 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ set -euo pipefail
VERSION="${1:-0.12.37}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="rosterchirp"
IMAGE_NAME="rosterchirp-dev"
# If a registry is set, prefix image name
if [[ -n "$REGISTRY" ]]; then