fix(ci): working directory for kustomize command
This commit is contained in:
parent
b6a2f531ef
commit
6f60066e14
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ jobs:
|
||||||
git add kustomization.yaml
|
git add kustomization.yaml
|
||||||
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
|
git commit -m "chore(deploy): update ${{ matrix.function }} image reference"
|
||||||
git push || git pull --rebase && git push
|
git push || git pull --rebase && git push
|
||||||
|
working-directory: deploy
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue