Search code examples
azuredockerazure-container-registry

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


Solution

  • The tag needs to be:

    azure_registry_name.azurecr.io/container-name:tag

    in my case:

    docker push sunlabregistry.azurecr.io/python