fix(ci): working directory for kustomize command

This commit is contained in:
Peter 2025-01-21 17:19:36 +01:00
parent b6a2f531ef
commit 6f60066e14
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -53,6 +53,7 @@ jobs:
git add kustomization.yaml
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
git push || git pull --rebase && git push
working-directory: deploy
deploy:
runs-on: ubuntu-latest