From fd5f5a1136bbb1cce339a165dce14641d2cfc15c Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 26 Feb 2025 19:54:03 -0800 Subject: [PATCH] Reference kustomize with ./ notation --- .gitea/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 2540c68..1757ec1 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -90,7 +90,9 @@ jobs: - name: Update deployment run: | - kustomize edit set image image_name=*:${{ gitea.sha }} + pwd + ls # debugging + ./kustomize edit set image image_name=*:${{ gitea.sha }} - name: Commit and push run: |