Docker Hub triggering build image even when the automated build is removed. Here is how to reproduce
- Add a base repository and configure it to use an automated build.
- Add another repository for an image that is based on the base image and configure it to use an automated build. Also, select the option to build this image when the base image is built.
- After running some build, delete automated build of the child image.
- Trigger build base image
The expected behavior is building the base image now should not trigger building of the child image but the actual behavior is opposite. Docker Hub still trigger building of the child image after building base image.