mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 10:52:49 +02:00
github-actions: remove mysql bump (#3405)
This commit is contained in:
parent
f7b6ed0ad4
commit
4b7f1efada
1 changed files with 2 additions and 7 deletions
9
.github/workflows/docker-main.yaml
vendored
9
.github/workflows/docker-main.yaml
vendored
|
@ -85,15 +85,10 @@ jobs:
|
|||
- name: Bump psql environment
|
||||
uses: mikefarah/yq@70403375d7b96075bd68b40c434807cff1593568 # pin@v4.23.1
|
||||
with:
|
||||
cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
cmd:
|
||||
yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
projects/pomerium-master-postgres/pomerium/values.yaml
|
||||
|
||||
- name: Bump mysql environment
|
||||
uses: mikefarah/yq@70403375d7b96075bd68b40c434807cff1593568 # pin@v4.23.1
|
||||
with:
|
||||
cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
projects/pomerium-master-mysql/pomerium/values.yaml
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # pin@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue