We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3587f commit cc1e1c1Copy full SHA for cc1e1c1
1 file changed
.github/workflows/stage-3-build-images-devtest.yaml
@@ -98,15 +98,13 @@ jobs:
98
ref: main
99
100
- name: Az CLI login
101
- if: github.ref == 'refs/heads/main'
102
uses: azure/login@v2
103
with:
104
client-id: ${{ secrets.client_id }}
105
tenant-id: ${{ secrets.tenant_id }}
106
subscription-id: ${{ secrets.subscription_id }}
107
108
- name: Azure Container Registry login
109
110
env:
111
ACR_DEVTEST_NAME: ${{ secrets.acr_devtest_name }}
112
run: az acr login --name ${ACR_DEVTEST_NAME}
0 commit comments