Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Usha committed Dec 10, 2019
1 parent 6b3a145 commit f5218de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- run: |
export CONTAINER_REGISTRY: ${{ secrets.AZURE_CONTAINER_REGISTRY }}
export IMAGE_TAG= ${{ env.IMAGE_TAG }}
export CONTAINER_REGISTRY=${{ secrets.AZURE_CONTAINER_REGISTRY }}
export IMAGE_TAG=${{ env.IMAGE_TAG }}
echo 'Install ACR AAD credential helper and login'
curl -L https://aka.ms/acr/installaad/bash | /bin/bash
az acr login -n ${{ secrets.AZURE_CONTAINER_REGISTRY }}
Expand Down

0 comments on commit f5218de

Please sign in to comment.