Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker Push to Azure Container Registry: Access Denied

I'm trying to push images to an instance of Azure Container Registry but it keeps failing even though I have logged in successfully.

enter image description here

like image 601
Batman Avatar asked Sep 11 '25 22:09

Batman


1 Answers

The tag needs to be:

azure_registry_name.azurecr.io/container-name:tag

in my case:

docker push sunlabregistry.azurecr.io/python
like image 157
Batman Avatar answered Sep 14 '25 13:09

Batman