From 20e783d276f18c52817747285b13488131825540 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Fri, 23 Aug 2024 22:44:51 +0300 Subject: [PATCH] Update build-and-tests.yml --- .github/workflows/build-and-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 6cde07d..25f79a2 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -229,8 +229,7 @@ jobs: ls -alh echo "${{ env.IMAGE_NAME }}" echo "${{ needs.docker-build-and-push.outputs.image_name }}" - echo "helm install antmedia antmedia-${{ steps.version.outputs.version }}.tgz --set origin=origin.antmedia.cloud --set image.repository="${{ needs.docker-build-and-push.outputs.image_name }}" --set image.tag="latest" --namespace antmedia --create-namespace" - helm install antmedia antmedia-${{ steps.version.outputs.version }}.tgz --set origin=origin.antmedia.cloud --set image.repository="${{ needs.docker-build-and-push.outputs.image_name }}" --set image.tag="latest" --namespace antmedia --create-namespace + helm install antmedia antmedia-${{ steps.version.outputs.version }}.tgz --set origin=origin.antmedia.cloud --set image.repository="antmedia/development" --set image.tag="latest" --namespace antmedia --create-namespace - name: Wait for containers to be ready run: |