nxtgauge-ai-assistant/.forgejo
Ashwin Kumar Sivakumar 37af327fa1
All checks were successful
build-and-release / build (push) Successful in 3m21s
fix(ci): match digest-pinned image format when updating gitops
The gitops-update sed only matched the old tag-based image reference
(image: ...:SHA). After the digest-pinning fix in nxtgauge-gitops
(release-patch.yaml now uses @sha256:... to stop Flux's
ImageUpdateAutomation from racing this file), the regex silently
matched nothing, git diff showed no change, and every build since
has skipped deploying - the cluster stayed on an old digest despite
CI reporting success. Now captures the pushed image's digest via
buildx's --metadata-file and writes @sha256:<digest> directly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 04:49:58 +05:30
..
scripts fix(ci): deploy ai assistant via immutable gitops release 2026-06-14 05:52:49 +05:30
workflows fix(ci): match digest-pinned image format when updating gitops 2026-07-17 04:49:58 +05:30