diff --git a/.github/workflows/docker-main.yaml b/.github/workflows/docker-main.yaml index e156330b1..66ab4ad97 100644 --- a/.github/workflows/docker-main.yaml +++ b/.github/workflows/docker-main.yaml @@ -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: