I have a web app service inside a registry up and running with a two docker image/container.
I pushed docker image with the latest changes and it shows that my docker image has been pushed.
One strange thing that I suspect is that docker image has been appended (because my registry size has been increased with every push --> double the size of the container on each push)
I wanna run web app service with the latest changes but it is pointing to the first deploy. I verified checking webhooks they have latest code push but they have status code 400 with red exclamation. I think this is the issue.
Not really sure what went wrong here.
Help Please !!!!!!