I am attempting to push a docker image to az acr through a linux ubuntu 20.04 machine
I run the commands Docker login Registry Docker tag source:tag registry/target:tag docker push registry/target:tag
All these run without an error and I get a repository in the portal but it doesn't show with tags, the manifest also shows it as quarantined. Has anyone experienced this before or any ideas?

I am able to push the image with tag to
Azure Container Registryusing login server of theacrusing following commands:OUTPUT:For Reference check this document