mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 20:36:03 +02:00
chore(deps): update mikefarah/yq action to v4.5.0
This commit is contained in:
parent
9fb577fcdc
commit
7abd8a85cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-master.yaml
vendored
2
.github/workflows/docker-master.yaml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
||||||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Bump test environment
|
- name: Bump test environment
|
||||||
uses: mikefarah/yq@v4.4.1
|
uses: mikefarah/yq@v4.5.0
|
||||||
with:
|
with:
|
||||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml
|
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue