You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using GitHub Actions and using azure/docker-login with service principal auth prior to Dockle and that works fine when referencing a remote image in ACR. Maybe there's a similar action ADO users could take (#195#198).
Haven't confirmed but using az cli is probably enough:
az acr login -n MyRegistry
# Get an Azure Container Registry access token
# az acr login -n MyRegistry --expose-token
But an implementation for ACR similar to what you have for AWS and GCP would be nice.
#195
#198
The text was updated successfully, but these errors were encountered: