Reference kustomize with ./ notation

This commit is contained in:
Jack Jackson 2025-02-26 19:54:03 -08:00
parent cbf44b63ac
commit fd5f5a1136

View File

@ -90,7 +90,9 @@ jobs:
- name: Update deployment - name: Update deployment
run: | run: |
kustomize edit set image image_name=*:${{ gitea.sha }} pwd
ls # debugging
./kustomize edit set image image_name=*:${{ gitea.sha }}
- name: Commit and push - name: Commit and push
run: | run: |