Not connecting to private (azure) docker registry
Answered
I believe I have followed the documentation correctly -
I have created a connection to the azure registry - test connection is successful
I have then added Docker support and picked my connection
My step is A docker runner type set to push, however every time it runs it tries to connect to docker.io
I can't see anything in the log where a connection is attempted to my azure registry.
Any help is appreciated.
Please sign in to leave a comment.
Have you tagged your image with the Azure registry? What do you have in the "Image Name:Tag" field of the Docker runner settings?
Sorry for the delayed response - in the "Image Name:tag" I have put the name of the project that I am deploying. So it sounds like that may be the problem. What would you expect I should have put in there?