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 bffc98efef - Show all commits
+3 -3
View File
@@ -339,10 +339,10 @@ jobs:
git push -u origin "chore/update-image-tags-${TAG}"
# Create PR with auto-merge
gh pr create \
PR_URL=$(gh pr create \
--repo groombook/infra \
--base main \
--head "chore/update-image-tags-${TAG}" \
--title "chore: update image tags to ${TAG}" \
--body "[GRO-178](/GRO/issues/GRO-178) — automated image tag update from main merge" \
--enable-auto-merge
--body "[GRO-178](/GRO/issues/GRO-178) — automated image tag update from main merge")
gh pr merge "$PR_URL" --auto --merge