a8n: Steps should not be cached if the Docker image has been rebuilt. SHA needs to be checked, not just the tag
Created by: ryan-blunden
My development workflow was to re-build a Docker image with the same tag (latest) and if a repository had a diff previously created, it would skip running the steps over that repository, unless I changed the tag for the Docker image.