Reference kustomize with ./ notation
This commit is contained in:
parent
cbf44b63ac
commit
fd5f5a1136
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user