From 7f251522123843a41f2c39ed58127a07a98bcdf5 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Wed, 7 May 2025 18:34:02 -0400 Subject: [PATCH] Add docker buildkit var --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c417c24..cfeeafc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ build-image: DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_VERIFY: 1 DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client + DOCKER_BUILDKIT: 1 RUST_LOG_STYLE: always CLICOLOR_FORCE: 1 before_script: