We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a2120 commit e11c5b1Copy full SHA for e11c5b1
.gitlab-ci.yml
@@ -3,6 +3,8 @@ build:
3
image: docker:latest
4
services:
5
- docker:dind
6
+ variables:
7
+ DOCKER_BUILDKIT: 1
8
before_script:
9
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
10
script:
0 commit comments