* test/infra/gitlab-ci.yml (variables): Set DOCKER_BUILDKIT.
This commit is contained in:
parent
3bab1476f6
commit
94af99b298
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ variables:
|
|||
# DOCKER_TLS_CERTDIR: "/certs"
|
||||
# Put the configuration for each run in a separate directory to avoid conflicts
|
||||
DOCKER_CONFIG: "/.docker-config-${CI_COMMIT_SHA}"
|
||||
DOCKER_BUILDKIT: 1
|
||||
# We don't use ${CI_COMMIT_SHA} to be able to do one bootstrap across multiple builds
|
||||
BUILD_TAG: ${CI_COMMIT_REF_SLUG}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue