Skip to content

Commit

Permalink
Azure Login with OpenID Connect authentication for Dev images action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog authored Dec 5, 2023
1 parent 3c06927 commit e912ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
id: az_login
uses: azure/login@v1
with:
creds: ${{ secrets.AZ_ACR_CREDS }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Build and push dev tags
id: build_and_push
Expand Down

0 comments on commit e912ced

Please sign in to comment.