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 51ff51f commit dca112b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_dotnetsampleapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: https://dotnetsampleapp.azurecr.io/
username: ${{ secrets.AzureAppService_ContainerUsername_82b68c0c3bce44f48cc729905fbf2ddf }}
password: ${{ secrets.AzureAppService_ContainerPassword_832f6536a6d7435b8f5ab526e23ddce1 }}
username: ${{ secrets.DEMO_SAMPLE_USERNAME }}
password: ${{ secrets.DEMO_SAMPLE_PASSWORD }}

- name: Build and push container image to registry
uses: docker/build-push-action@v3
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/${{ secrets.AzureAppService_ContainerUsername_82b68c0c3bce44f48cc729905fbf2ddf }}/dotnetsampleimage:${{ github.sha }}'

0 comments on commit dca112b

Please sign in to comment.