We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ebec commit 221b9a7Copy full SHA for 221b9a7
ci/test/02_run_container.sh
@@ -47,7 +47,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
47
fi
48
49
# shellcheck disable=SC2086
50
- DOCKER_BUILDKIT=1 docker build \
+ DOCKER_BUILDKIT=1 docker buildx \
51
--file "${BASE_READ_ONLY_DIR}/ci/test_imagefile" \
52
--build-arg "CI_IMAGE_NAME_TAG=${CI_IMAGE_NAME_TAG}" \
53
--build-arg "FILE_ENV=${FILE_ENV}" \
0 commit comments