diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 02fc9908..7d0dc1e5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -15,12 +15,12 @@ jobs: run: sudo snap install yq - name: Update dashboard image tag - if: ${{ github.event.client_payload.dashboard }} - run: yq w -i cryptlex/cryptlex-enterprise/values.yaml 'services.dashboard.image.tag' ${{ github.event.client_payload.dashboard.tag }} + if: ${{ github.event.client_payload.dashboard_tag }} + run: yq w -i cryptlex/cryptlex-enterprise/values.yaml 'services.dashboard.image.tag' ${{ github.event.client_payload.dashboard_tag }} - name: Update web api image tag - if: ${{ github.event.client_payload.webApi }} - run: yq w -i cryptlex/cryptlex-enterprise/values.yaml 'services.webApi.image.tag' ${{ github.event.client_payload.webApi.tag }} + if: ${{ github.event.client_payload.web_api_tag }} + run: yq w -i cryptlex/cryptlex-enterprise/values.yaml 'services.webApi.image.tag' ${{ github.event.client_payload.web_api_tag }} - name: Get current chart version id: chartVersion