feat: add cd job to update groombook/infra image tags on main merge (GRO-178) #147

Merged
groombook-engineer[bot] merged 5 commits from fix/add-cd-job-gro-178 into main 2026-03-28 23:19:29 +00:00
Showing only changes of commit c1d49b05b2 - Show all commits
+2 -2
View File
@@ -342,8 +342,8 @@ jobs:
gh pr create \
--repo groombook/infra \
--base main \
--head "groombook-engineer[bot]:chore/update-image-tags-${TAG}" \
--head "chore/update-image-tags-${TAG}" \
--title "chore: update image tags to ${TAG}" \
--body "[GRO-178](/d50d9792/issues/GRO-178) — automated image tag update from main merge" \
--auto-merges-branch=main \
--enable-auto-merge \
2>&1 || echo "PR creation attempted"