forked from cartsnitch/cartsnitch
f504807467
Deploy jobs in ci.yml were opening image-tag-bump PRs against cartsnitch/infra: main regardless of which branch triggered the deploy. The deploy-dev job should target dev, deploy-uat should target uat. Two-line swap in .gitea/workflows/ci.yml: - Line 582 (deploy-dev): --arg base main -> --arg base dev - Line 728 (deploy-uat): --arg base main -> --arg base uat Verified by inspecting both curl payloads; no other --arg base occurrences. CAR-1370 / CAR-1371 Co-Authored-By: Paperclip <noreply@paperclip.ing>