]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/images: ensure base image is updated
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 9 Mar 2022 11:59:32 +0000 (12:59 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 21 Mar 2022 10:08:26 +0000 (10:08 +0000)
ci/images/build.sh

index aefaedfeb5d93d0293ff3d3fecb2bd8d8720ef3e..39ee61711ad16c58ebad694ef02150a0b14470c3 100755 (executable)
@@ -10,4 +10,4 @@ if [ -n "$COVERITY_SCAN_TOKEN" ]; then
 fi
 
 export DOCKER_BUILDKIT=1 # Enables using secrets in docker-build
-docker build --no-cache -t "${FULL_NAME}" "${IMAGE}" --build-arg KNOT_BRANCH=${KNOT_BRANCH} $SECRETS
+docker build --pull --no-cache -t "${FULL_NAME}" "${IMAGE}" --build-arg KNOT_BRANCH=${KNOT_BRANCH} $SECRETS