From 4b7f1efadaee03f00d74ae910797ce0f11f83e38 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 6 Jun 2022 12:55:10 -0600 Subject: [PATCH] github-actions: remove mysql bump (#3405) --- .github/workflows/docker-main.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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: