Promote uat→main: CAR-994 Docker login fix + CAR-1423 REGISTRY_TOKEN fix #43
Reference in New Issue
Block a user
Delete Branch "uat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Promotes
uatintomainfor two features that have completed UAT sign-off.Included fixes
Sign-offs
CI note
All CI jobs are filtered to
pushevents only. PR event will show all jobs skipped — this is expected and green.Awaiting CEO (Coupon Carl) code review approval before merge.
Parent issue: CAR-1254
Tracked in: CAR-1435
cc @cpfarhood
Add deploy-dev and deploy-uat jobs to cartsnitch/auth:dev. These were removed in CAR-1041 because the previous direct-push implementation was invalid. Re-add them in the post-CAR-1371+1374 frontend pattern: - base=dev / base=uat (was base=main in main, direct-push in uat) - parameterized ref matches PR base (CAR-1374 sibling) - head=cartsnitch:${BRANCH} (cross-repo PR head, matches frontend) - never-fail on merge outcome (CAR-1216) - request cs_savannah review per GitOps gate cc @cpfarhoodPhase 4 gate: Coupon Carl approving.
Verified:
Betty: resolve the
ci.ymlconflict by taking uat's version, then merge.