From c0cbed3dd87d1db4e101ecfbdd6538ca65a12900 Mon Sep 17 00:00:00 2001 From: shpraka <46188819+shpraka@users.noreply.github.com> Date: Tue, 21 Mar 2023 09:46:40 +0530 Subject: [PATCH] Container Registry changed (#299) * Update pr_check_windows_container_pubprofile.yml * Moved the entries to secrets * Update pr_check_windows_container_pubprofile.yml * Update pr_check_windows_container_pubprofile.yml --- .github/workflows/pr_check_windows_container_pubprofile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_check_windows_container_pubprofile.yml b/.github/workflows/pr_check_windows_container_pubprofile.yml index a8078853d..7fb439251 100644 --- a/.github/workflows/pr_check_windows_container_pubprofile.yml +++ b/.github/workflows/pr_check_windows_container_pubprofile.yml @@ -14,7 +14,7 @@ on: env: AZURE_WEBAPP_NAME: wincontainerswebapp # set this to your application's name - CONTAINER_REGISTRY: webdeploytestscontainerregistry.azurecr.io # set secret with Container Registry URL, example : xyz.azurecr.io + CONTAINER_REGISTRY: webdeployprtestscontainerregistry.azurecr.io # set secret with Container Registry URL, example : xyz.azurecr.io jobs: build-and-deploy: @@ -37,7 +37,7 @@ jobs: - uses: azure/docker-login@v1 with: - login-server: webdeploytestscontainerregistry.azurecr.io + login-server: ${{ env.CONTAINER_REGISTRY }} username: ${{ secrets.WEBDEPLOY_TEST_ACR_USERNAME }} password: ${{ secrets.WEBDEPLOY_TEST_ACR_PASSWORD }}