Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use docker image hash to determine if build should rerun (#3124)
Previously, the docker build would re-run if the user had `pullBaseImage` set to true. Now it always checks the remote repository for a new version of the base image, but only re-runs the build if the base image hash has changed. Pull request: #3124 --------- Co-authored-by: Tobias Roeser <[email protected]>
- Loading branch information