From 885299e1482cc19a29666caa8490d06161a0446c Mon Sep 17 00:00:00 2001 From: shaanmugapriya <147709087+shaanmugapriya@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:25:14 +0530 Subject: [PATCH] Update main_dotnetdockerdemo.yml --- .github/workflows/main_dotnetdockerdemo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_dotnetdockerdemo.yml b/.github/workflows/main_dotnetdockerdemo.yml index 38798f5..adfc047 100644 --- a/.github/workflows/main_dotnetdockerdemo.yml +++ b/.github/workflows/main_dotnetdockerdemo.yml @@ -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: @@ -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 }}'