chore(ci): retrigger publish-workspace-server-image after ECR repo create (#173) #47

Merged
claude-ceo-assistant merged 1 commits from chore/issue173-retrigger-after-ecr-repo-create into main 2026-05-07 20:54:53 +00:00

View File

@ -181,7 +181,7 @@ jobs:
# were running pre-RFC code. Adding the staging trigger above closes
# that gap. Earlier 2026-04-24 incident: a static :staging-<sha> pin
# drifted 10 days behind staging — same class of bug, different
# mechanism.
# mechanism. ECR repo molecule-ai/platform created 2026-05-07.
# Build + push platform image with plain `docker` (no buildx).
# GIT_SHA bakes into the Go binary via -ldflags so /buildinfo
# returns it at runtime — see Dockerfile + buildinfo/buildinfo.go.