This authenticates to the Azure and then the Azure Continare Regisry for IAM.
- Auth to Azure via a Service Principal account (json)
- Auth to Azure Container Registry (
uwiam.azurecr.io)
- name: Auth to Azure
uses: 'uwit-iam/action-auth-azure@main'
with:
credentials: "${{ secrets.AZURE_CREDENTIALS }}"
# REQUIRED if you want private ACR container registry access
enable_private_docker: true