I have a azure app service to host a docker image from out Azure Container Registry.
The full process is as follow:
- Run Pipeline
- Run Release pipeline
- Azure app pulls the latest release from azure container registry
But what happen is that after Each realise, for some reason, the app service tries to pull the image from Docker Hub
instead of pulling from azure Container Registry.
Can somebody help to understand where is the issue here?