Azure / acr-build

Github action to build containers with Azure Container Registry
MIT License
19 stars 25 forks source link

Support for OIDC #6

Open tjcorr opened 2 years ago

tjcorr commented 2 years ago

The current action requires that you pass in credentials to the action. Would it be possible to just rely on a previous azure/login task? This would allow a user to no longer need any credentials but instead rely on OIDC for authentication of the workflow.