Skip to content

Commit

Permalink
Add publishing step to deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RieBi authored Jul 28, 2024
1 parent 5dd1b7a commit b8d7d66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/brewabear:latest
file: Api/Dockerfile
-
name: Publish image to webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'brewabear'
publish-profile: ${{ secrets.PublishProfile }}
images: 'https://index.docker.io/riebisv/brewabear:latest'

0 comments on commit b8d7d66

Please sign in to comment.