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: |