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
Hey,
I'm trying to use this package with docker-compose file that has some images stored in our private ACR repository.
Locally it works perfect but when I'm running the script in github workflow I'm getting unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
I have azure/docker-login@v1 action before the script action and added DOCKER_CONFIG to env vars.
Also I tried to run docker login inside the script before dockerCompose.upAll but this didn't help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm trying to use this package with docker-compose file that has some images stored in our private ACR repository.
Locally it works perfect but when I'm running the script in github workflow I'm getting
unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
I have
azure/docker-login@v1
action before the script action and addedDOCKER_CONFIG
to env vars.Also I tried to run
docker login
inside the script beforedockerCompose.upAll
but this didn't help.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions