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
.github: workflows: Ensure that local base images are used
This commit adds the `--pull-never` flag to the derivative image builds
in order to ensure that the locally built base image is used instead of
a remote pulled one.
Without this flag, buildah may pull the remote tag even if a local copy
with the same tag name exists.
Signed-off-by: Stephanos Ioannidis <[email protected]>
0 commit comments