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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user