ci: auto-update infra image tags after Docker push #70

Merged
ghost merged 1 commits from ci/auto-deploy-infra into main 2026-03-19 20:18:05 +00:00

1 Commits

Author SHA1 Message Date
Groom Book CTO e476e99b77 ci: auto-update infra repo image tags after Docker push
Adds a deploy job that runs after Docker images are pushed to GHCR.
It checks out groombook/infra, updates all image SHA tags in the
Kubernetes manifests, and commits directly to main.

This ensures Flux always picks up new images after a successful build,
preventing the previous issue where :latest tags caused no manifest
diff and pods weren't updated.

Requires INFRA_DEPLOY_TOKEN secret with push access to groombook/infra.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-19 20:09:23 +00:00