How to fix no such host issue when pushing to ACR
Date published:
I found out that when I was pushing a docker via Azure Container registry via Azure DevOps I kept getting this error message and it took me a while to find a solution to it.
To fix the issue I had to remove the docker registry service principle and create it again and ensure you have ACRPush permission in your ACR IAM permission.
Hope this help somebody :)