summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2021-08-29 15:41:45 (GMT)
committerElan Ruusamäe2021-08-29 15:41:45 (GMT)
commite27f91d0d1cb05ab475a096f353116fea8e257b0 (patch)
treee56a50094f2d557e5f821be7e6be73d90bf5644d
parentd59399e8d530b2c8124f796ce43bd35d7199eff7 (diff)
downloadcleanbuild-e27f91d0d1cb05ab475a096f353116fea8e257b0.zip
cleanbuild-e27f91d0d1cb05ab475a096f353116fea8e257b0.tar.gz
Enable DOCKER_BUILDKIT=1 variable for CI
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f86461a..c944134 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@ stages:
.dind: &dind
image: docker:latest
+ variables:
+ DOCKER_BUILDKIT: "1"
services:
- docker:dind
before_script: