Is there a way to provide Azure container registry...
# general
r
Is there a way to provide Azure container registry login credentials on the command line for
pants publish
for docker images? Can I just run
docker login
before running
pants publish
? Azure CR does not support credential helpers as far as I can tell.
h
That's what we do
🙏 1
Though just for a different registry, but I assume it will still work.