We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c06927 commit e912cedCopy full SHA for e912ced
.github/workflows/push-dev.yml
@@ -33,7 +33,9 @@ jobs:
33
id: az_login
34
uses: azure/login@v1
35
with:
36
- creds: ${{ secrets.AZ_ACR_CREDS }}
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
37
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
38
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
39
40
- name: Build and push dev tags
41
id: build_and_push
0 commit comments