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 7ee0e06 commit c4de77c
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 @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: https://dotnetdemoregistry.azurecr.io/
username: ${{ secrets.AzureAppService_ContainerUsername_05d92675ba1847e1ac93b2e39fde0c9b }}
password: ${{ secrets.AzureAppService_ContainerPassword_151442243c464dc4b4ce2506dc069b88 }}
username: ${{ secrets.DEMO_USERNAME_SECRET }}
password: ${{ secrets.DEMO_PASSWORD_SECRET }}

- name: Build and push container image to registry
uses: docker/build-push-action@v3
Expand All @@ -48,4 +48,4 @@ jobs:
app-name: 'dotnetdockerdemo'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_913ef7ce9aaa4b26a29a193362a4505a }}
images: 'dotnetdemoregistry.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_05d92675ba1847e1ac93b2e39fde0c9b }}/dotnetdemoimage:${{ github.sha }}'
images: 'dotnetdemoregistry.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_05d92675ba1847e1ac93b2e39fde0c9b }}/dotnetdemoimage:${{ github.sha }}'

0 comments on commit c4de77c

Please sign in to comment.