Skip to content

Commit

Permalink
Container Registry changed (#299)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
shpraka authored and Akshay Kumar committed Mar 27, 2023
1 parent 74d845c commit c0cbed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_check_windows_container_pubprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

Expand Down

0 comments on commit c0cbed3

Please sign in to comment.