mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 12:23:03 +02:00
ci: upgrade yq syntax for v4 (#1745)
This commit is contained in:
parent
8d085547c5
commit
f481b91779
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-master.yaml
vendored
4
.github/workflows/docker-master.yaml
vendored
|
@ -73,9 +73,9 @@ jobs:
|
|||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||
|
||||
- name: Bump test environment
|
||||
uses: mikefarah/yq@3.4.1
|
||||
uses: mikefarah/yq@4.2.1
|
||||
with:
|
||||
cmd: "yq write -i environments/internal-prd/values/pomerium-demo.yaml image.tag ${{ needs.publish.outputs.sha-tag }}"
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue