Skip to content

Commit 221b9a7

Browse files
committed
use buildx build driver
1 parent 116ebec commit 221b9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/02_run_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
4747
fi
4848

4949
# shellcheck disable=SC2086
50-
DOCKER_BUILDKIT=1 docker build \
50+
DOCKER_BUILDKIT=1 docker buildx \
5151
--file "${BASE_READ_ONLY_DIR}/ci/test_imagefile" \
5252
--build-arg "CI_IMAGE_NAME_TAG=${CI_IMAGE_NAME_TAG}" \
5353
--build-arg "FILE_ENV=${FILE_ENV}" \

0 commit comments

Comments
 (0)