Skip to content

Commit

Permalink
fix deploy on azure processing tag to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 5, 2025
1 parent eab3ff2 commit 1c151b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
imageToDeploy: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
imageToDeploy: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
containerAppName: webrtcstreamer
resourceGroup: deploy
targetPort: 8000

0 comments on commit 1c151b7

Please sign in to comment.