We are facing issue when a deploy is blocked due to
Found 2 different images in your app (for bluegreen to work, all machines need to run a single image)
This usually happens when we deploy after cancelling previous github CI/CD build. Or when trying to deploy multiple builds without waiting previous one to finish.
It looks like it is a valid behavior Improved bluegreen deployments
So the question is - How to configure our deployment process to prevent this “blocking” issue, especially when deploying multiple builds at the same time?