I have a simple Node.js app that I intend to deploy via Github Actions continuous deployment to an Azure Container App. The image is placed in an Azure Container Registry and is tagged as "latest".
My git Actions Pipeline successfully finishes (Screenshot 1). I can check the logs and see no errors. When I load the Container App in the browser, new changes are not provisioned and the old version is displayed. I can also see the new version of the image is uploaded to the Azure Container Registry (Screenshot 2). But when I open Revisions management I can see that the revision still has a date from an older deployment (Screenshot 3).
I am adding my deployment.yml as Screenshot 4 and Screenshot 5 because I couldn't figure out how to embed yaml code into the question without breaking the format