Skip to content

Commit

Permalink
fix: fixed image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 authored May 28, 2024
1 parent 61181f1 commit 294dd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/media-server_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_MS }}
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'
images: 'ghcr.io/${{ env.REPO }}/lyve-media-server:${{ github.sha }}'

0 comments on commit 294dd37

Please sign in to comment.