diff --git a/Jenkinsfile b/Jenkinsfile index 05d79bd..ecb0f41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -489,7 +489,7 @@ pipeline { sh '''#! /bin/bash set -e TEMPDIR=$(mktemp -d) - if [ "${MULTIARCH}" == "true" ]; then + if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG} else LOCAL_CONTAINER=${IMAGE}:${META_TAG}