Skip to content

Commit

Permalink
Update docker-push-to-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottywakefield authored Sep 20, 2024
1 parent 1d1f09e commit c54c9f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-push-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- run: docker push meesregistry.azurecr.io/final:${{ github.sha }}

- uses: azure/webapps-deploy@v2
with:
app-name: 'mees-web'
publish-profile: ${{ secrets.PUBLISH_PROFILE }}
images: 'meesregistry.azurecr.io/final:${{ github.sha }}'

0 comments on commit c54c9f3

Please sign in to comment.