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
Currently it's not possible to fully utilize az acr commands, because the action is running inside container. Adding docker socket mapping could solve this.
For now for example I can't use az acr login command. I know I can use it with --expose-token, export it to variable and login with docker action, but it seems more like a workaround than an actual solution.
The text was updated successfully, but these errors were encountered:
Currently it's not possible to fully utilize
az acr
commands, because the action is running inside container. Adding docker socket mapping could solve this.For now for example I can't use
az acr login
command. I know I can use it with --expose-token, export it to variable and login with docker action, but it seems more like a workaround than an actual solution.The text was updated successfully, but these errors were encountered: