From 40b5a7dfe714e1e45adc2b5bc4e0202d1a5cfe5f Mon Sep 17 00:00:00 2001 From: "Arnab Kumar Nandy (Cofinity-X)" <150015794+arnabcx@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:09:13 +0200 Subject: [PATCH] fix: Update the GitHub workflow for the Auto Dispatch for the new helm chart structure (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arnab Kumar Nandy --- .github/workflows/cfx-build-scan-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cfx-build-scan-push.yaml b/.github/workflows/cfx-build-scan-push.yaml index c1cd711..9533fc0 100644 --- a/.github/workflows/cfx-build-scan-push.yaml +++ b/.github/workflows/cfx-build-scan-push.yaml @@ -151,7 +151,7 @@ jobs: TOKEN: ${{ steps.get_token.outputs.token }} HELM_VALUES_PATH: "policy-hub/dev/values.yaml" IMAGE_TAG: ${{ steps.get_tag.outputs.main_tag }} - IMAGE_TAG_PROPERTY: '(.[\"policyhub\", \"policyhubmigrations\"].image.tag)' + IMAGE_TAG_PROPERTY: '(.[\"service\", \"migrations\"].image.tag)' GITHUB_RUN_ID: ${{ github.run_id }} run: | curl -L \