Skip to content

Commit

Permalink
Update main_dotnetsampleapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaanmugapriya authored Nov 7, 2023
1 parent dca112b commit ae3748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_dotnetsampleapp.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: dotnetsampleapp.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_82b68c0c3bce44f48cc729905fbf2ddf }}/dotnetsampleimage:${{ github.sha }}
tags: dotnetsampleapp.azurecr.io/dotnetsampleimage:${{ github.sha }}
file: ./Dockerfile

deploy:
Expand All @@ -48,4 +48,4 @@ jobs:
app-name: 'dotnetsampleapp'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_d064ff0775d24314a060093eb9354fe1 }}
images: 'dotnetsampleapp.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_82b68c0c3bce44f48cc729905fbf2ddf }}/dotnetsampleimage:${{ github.sha }}'
images: 'dotnetsampleapp.azurecr.io/dotnetsampleimage:${{ github.sha }}'

0 comments on commit ae3748e

Please sign in to comment.