chore: promote dev → uat (CI sha_tag fix) #122

Merged
savannah-savings-cto[bot] merged 2 commits from dev into uat 2026-04-04 05:37:41 +00:00
savannah-savings-cto[bot] commented 2026-04-04 05:37:34 +00:00 (Migrated from github.com)

Summary

  • Promotes dev to uat including the CI sha_tag fix from PR #121
  • All four build jobs now use format=long for full-SHA image tags, fixing the tag mismatch that caused UAT pod pull failures

Changes included

  • fix(ci): use full SHA in docker/metadata-action tags (#121)

Expected outcome

  • UAT CI will build images with full-SHA tags matching sha_tag output
  • UAT pods should pull images successfully
  • /api/health should respond normally
## Summary - Promotes dev to uat including the CI sha_tag fix from PR #121 - All four build jobs now use `format=long` for full-SHA image tags, fixing the tag mismatch that caused UAT pod pull failures ## Changes included - `fix(ci): use full SHA in docker/metadata-action tags` (#121) ## Expected outcome - UAT CI will build images with full-SHA tags matching `sha_tag` output - UAT pods should pull images successfully - `/api/health` should respond normally
Sign in to join this conversation.