Skip to content

Commit e5e5a23

Browse files
committed
Trying to turn on buildkit
1 parent 1ff34b8 commit e5e5a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ stages:
1818
tags: ["runner:docker"]
1919
image: $CI_IMAGE
2020
script:
21+
- export DOCKER_BUILDKIT=1
2122
- TAG="v$CI_COMMIT_SHORT_SHA-$IMAGE_TAG_SUFFIX"
2223
- docker build --file $DOCKERFILE --tag $BUILD_SANDBOX_REGISTRY:$TAG --tag $BUILD_DEMO_REGISTRY:$TAG --label target=staging $CONTEXT
2324
- if [[ $CI_COMMIT_REF_NAME =~ -staging$ ]]; then

0 commit comments

Comments
 (0)