Skip to content

Commit e11c5b1

Browse files
committed
Enable Docker BUILDKIT in gitlab CI
1 parent f3a2120 commit e11c5b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ build:
33
image: docker:latest
44
services:
55
- docker:dind
6+
variables:
7+
DOCKER_BUILDKIT: 1
68
before_script:
79
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
810
script:

0 commit comments

Comments
 (0)