From ae3748e8b982c600609d3c03103720958be5af9d Mon Sep 17 00:00:00 2001 From: shaanmugapriya <147709087+shaanmugapriya@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:19:53 +0530 Subject: [PATCH] Update main_dotnetsampleapp.yml --- .github/workflows/main_dotnetsampleapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_dotnetsampleapp.yml b/.github/workflows/main_dotnetsampleapp.yml index 2813a53..9262274 100644 --- a/.github/workflows/main_dotnetsampleapp.yml +++ b/.github/workflows/main_dotnetsampleapp.yml @@ -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: @@ -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 }}'