From 306f25e4681caee34caadea63d3ad8d454224076 Mon Sep 17 00:00:00 2001 From: Adnan Kamili Date: Wed, 9 Sep 2020 19:52:57 +0530 Subject: [PATCH] updated workflow --- .github/workflows/update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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