fix not modifying the correct images
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 2m37s
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 2m37s
This commit is contained in:
@@ -94,9 +94,9 @@ jobs:
|
|||||||
|
|
||||||
# 2. Update the manifest
|
# 2. Update the manifest
|
||||||
cd deploy/overlays/production
|
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
|
- name: Commit and Push Change
|
||||||
run: |
|
run: |
|
||||||
# 1. Set identity to fix the "Author identity unknown" error
|
# 1. Set identity to fix the "Author identity unknown" error
|
||||||
|
|||||||
@@ -16,15 +16,10 @@ patches:
|
|||||||
namespace: taskarr
|
namespace: taskarr
|
||||||
|
|
||||||
images:
|
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
|
- name: main
|
||||||
newName: reg.milasholsting.dk/taskarr/taskarr
|
newName: reg.milasholsting.dk/taskarr/taskarr
|
||||||
newTag: latest
|
newTag: sha-c434f4f
|
||||||
- name: migrator
|
- name: migrator
|
||||||
newName: reg.milasholsting.dk/taskarr/migrator
|
newName: reg.milasholsting.dk/taskarr/migrator
|
||||||
newTag: latest
|
newTag: sha-c434f4f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user