mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
chore(deps): bump mikefarah/yq from 4.21.1 to 4.22.1 (#3145)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.21.1 to 4.22.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.21.1...v4.22.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f894205d08
commit
a965689147
2 changed files with 3 additions and 3 deletions
4
.github/workflows/docker-main.yaml
vendored
4
.github/workflows/docker-main.yaml
vendored
|
@ -81,12 +81,12 @@ jobs:
|
|||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||
|
||||
- name: Bump psql environment
|
||||
uses: mikefarah/yq@v4.21.1
|
||||
uses: mikefarah/yq@v4.22.1
|
||||
with:
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml
|
||||
|
||||
- name: Bump mysql environment
|
||||
uses: mikefarah/yq@v4.21.1
|
||||
uses: mikefarah/yq@v4.22.1
|
||||
with:
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue