Skip to content

Commit

Permalink
Update main_dotnetdockerdemo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaanmugapriya authored Nov 2, 2023
1 parent c4de77c commit 885299e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_dotnetdockerdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: dotnetdemoregistry.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_05d92675ba1847e1ac93b2e39fde0c9b }}/dotnetdemoimage:${{ github.sha }}
tags: dotnetdemoregistry.azurecr.io/dotnetdemoimage:${{ github.sha }}
file: ./Dockerfile

deploy:
Expand All @@ -47,5 +47,5 @@ jobs:
with:
app-name: 'dotnetdockerdemo'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_913ef7ce9aaa4b26a29a193362a4505a }}
images: 'dotnetdemoregistry.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_05d92675ba1847e1ac93b2e39fde0c9b }}/dotnetdemoimage:${{ github.sha }}'
publish-profile: ${{ secrets.DEMO_PUBLISH_KEY }}
images: 'dotnetdemoregistry.azurecr.io/dotnetdemoimage:${{ github.sha }}'

0 comments on commit 885299e

Please sign in to comment.