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

View File

@@ -16,15 +16,10 @@ patches:
namespace: taskarr
images:
- name: election
newName: reg.milasholsting.dk/taskarr/taskarr
newTag: sha-c434f4f
- name: election-migration
newName: reg.milasholsting.dk/taskarr/taskarr-migrator
newTag: sha-c434f4f
- name: main
newName: reg.milasholsting.dk/taskarr/taskarr
newTag: latest
newTag: sha-c434f4f
- name: migrator
newName: reg.milasholsting.dk/taskarr/migrator
newTag: latest
newTag: sha-c434f4f