From 7ef8d9e040b402df9e37627c944669bccb9ccf6a Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 29 May 2024 02:00:17 +0800 Subject: [PATCH] fix: push images for dedicated cloud to prodvana --- .github/workflows/push-env.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/push-env.yml b/.github/workflows/push-env.yml index 56e2c60..c624161 100644 --- a/.github/workflows/push-env.yml +++ b/.github/workflows/push-env.yml @@ -84,6 +84,15 @@ jobs: service: ${{ secrets.PRODVANA_SERVICE }} parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }} wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }} + + - uses: prodvana/push-to-prodvana-action@v0.2.2 + if: inputs.environment == 'production' + with: + app: dedicated-cloud-clients + service: ${{ secrets.PRODVANA_SERVICE }} + parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }} + wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }} + - name: Create Sentry release if: inputs.create_sentry_release uses: getsentry/action-release@v1