Azure / container-apps-deploy-action

GitHub Action for building and deploying Azure Container Apps
MIT License
50 stars 31 forks source link

Congratulation message that container has been deployed but no revision is created #111

Open PipeItToDevNull opened 1 month ago

PipeItToDevNull commented 1 month ago

Hello, my job can be found here: https://github.com/r-Techsupport/hyde/actions/runs/9861767087/workflow

I am trying to build a container then deploy it to ACA via Github Actions, I use a sha tag not latest and the run says "Your container app hyde has been created and deployed! Congrats!" with all of the correct image names and tags but in Azure I see no evidence of a new revision being made.

PipeItToDevNull commented 1 month ago

Related to https://github.com/Azure/container-apps-deploy-action/issues/49