Skip to content

Commit

Permalink
Update build-and-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Aug 23, 2024
1 parent e2669b7 commit 20e783d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 20e783d

Please sign in to comment.