Skip to content

Commit

Permalink
Enable Docker BUILDKIT in gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Jan 24, 2022
1 parent f3a2120 commit e11c5b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ build:
image: docker:latest
services:
- docker:dind
variables:
DOCKER_BUILDKIT: 1
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
Expand Down

0 comments on commit e11c5b1

Please sign in to comment.