You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments