fix not modifying the correct images
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 2m37s

This commit is contained in:
2026-05-18 12:40:20 +02:00
parent e8f6e0c6d3
commit 8db977c6f0
2 changed files with 9 additions and 14 deletions

View File

@@ -94,9 +94,9 @@ jobs:
# 2. Update the manifest
cd deploy/overlays/production
kustomize edit set image election=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$IMAGE_TAG
kustomize edit set image main=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$IMAGE_TAG
kustomize edit set image election-migration=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-migrator:$IMAGE_TAG
kustomize edit set image migrator=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-migrator:$IMAGE_TAG
- name: Commit and Push Change
run: |
# 1. Set identity to fix the "Author identity unknown" error