chore(deploy): park-buzi TAG is a placeholder, pinned at deploy time
Build & push images / images (push) Successful in 2m51s
CI / check (push) Successful in 40s

A committed stage-<sha> can never match the commit that introduces it (the pin
commit changes HEAD), so a hardcoded sha here is always stale by one. Make it an
explicit placeholder (stage-REPLACE_WITH_BUILT_SHA); the real immutable sha is set
when you deploy from Komodo Core after CI builds :stage-<sha>. No moving tag on a
booth still holds.

Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V
This commit is contained in:
2026-06-29 13:12:20 +02:00
parent 381046190b
commit e16bccc2f5
+4 -3
View File
@@ -46,9 +46,10 @@ registry_provider = "git.infra.msai.al"
registry_account = "komodo"
environment = """
REGISTRY=git.infra.msai.al/mca/parking_solution
# Staging booth: pin an immutable stage-<sha> per deploy (bump after merging dev → stage and
# CI builds it). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover.
TAG=stage-84f00db
# Staging booth: pin an immutable stage-<sha> per deploy. PLACEHOLDER below — after merging
# dev → stage and CI builds :stage-<sha>, set this to that exact sha (or override TAG in Core at
# deploy). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover.
TAG=stage-REPLACE_WITH_BUILT_SHA
COOKIE_SECURE=0
VISION_ENABLED=1
WS_ALLOWED_ORIGINS=