The Spinnaker document says that a push to the Docker Registry will trigger Spinnaker Build.
We have configured the Automated Triggers to Docker Registry (AWS ECR)
However, the tag we are using is :latest
In the document it says Leave the Tag field blank. This will trigger on all new tags, but will not trigger on a re-push of an existing tag (like latest)
I want to know what is the reason for not redeploying a re-push or push of same tag?