ecab227b8d
Build and Deploy / build-and-push (push) Successful in 21s
The CI bot was committing image-tag bumps back to master after every Docker build, which forced a `git pull --rebase` before every developer push. Moving the kustomization commit to a dedicated `deploy` branch keeps master clean — the build bot no longer diverges it. Argo CD / Flux should now watch the `deploy` branch (targetRevision: deploy) instead of master. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>