From 7994ea7681ea79ec0450d4d9bd5de28be1baf2c2 Mon Sep 17 00:00:00 2001 From: mvlassis Date: Fri, 23 Aug 2024 13:56:25 +0300 Subject: [PATCH] Update scripts for deployment to AKS and EKS --- .github/workflows/deploy-to-aks.yaml | 2 +- .github/workflows/deploy-to-eks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index 757fd13a..fe2b38e8 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -33,7 +33,7 @@ jobs: JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]") echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT - echo "bundle_versions=${bundle_versions}" + echo "bundle_versions=${JSON_ARRAY}" deploy-ckf-to-aks: needs: preprocess-input diff --git a/.github/workflows/deploy-to-eks.yaml b/.github/workflows/deploy-to-eks.yaml index 73d61f69..eee2257b 100644 --- a/.github/workflows/deploy-to-eks.yaml +++ b/.github/workflows/deploy-to-eks.yaml @@ -33,7 +33,7 @@ jobs: JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]") echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT - echo "bundle_versions=${bundle_versions}" + echo "bundle_versions=${JSON_ARRAY}" deploy-ckf-to-eks: needs: preprocess-input