]> git.pld-linux.org Git - projects/cleanbuild.git/commitdiff
Enable DOCKER_BUILDKIT=1 variable for CI
authorElan Ruusamäe <glen@delfi.ee>
Sun, 29 Aug 2021 15:41:45 +0000 (18:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 29 Aug 2021 15:41:45 +0000 (18:41 +0300)
.gitlab-ci.yml

index f86461a8c0131abfdbcb3f762ca5c947d2e0ce65..c944134ccb880e15e3b8c6557db325cebe849905 100644 (file)
@@ -8,6 +8,8 @@ stages:
 
 .dind: &dind
   image: docker:latest
+  variables:
+    DOCKER_BUILDKIT: "1"
   services:
     - docker:dind
   before_script:
This page took 0.096794 seconds and 4 git commands to generate.