mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
ci: fix typo in yq version (#1746)
This commit is contained in:
parent
f481b91779
commit
c209bfcd01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-master.yaml
vendored
2
.github/workflows/docker-master.yaml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||
|
||||
- name: Bump test environment
|
||||
uses: mikefarah/yq@4.2.1
|
||||
uses: mikefarah/yq@v4.2.1
|
||||
with:
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue