mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Enable buildkit globally
This commit is contained in:
parent
e5885af2fb
commit
4ce63ce225
2 changed files with 1 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ stages:
|
|||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
cache-google-chrome:
|
||||
image: debian:bullseye-slim
|
||||
|
|
|
|||
|
|
@ -1,16 +1,12 @@
|
|||
# Run test job always
|
||||
.test:
|
||||
stage: test
|
||||
variables:
|
||||
DOCKER_BUILDKIT: 1
|
||||
rules:
|
||||
- when: always
|
||||
|
||||
# Run build job only on a default branch when triggered manually
|
||||
.deploy:
|
||||
stage: deploy
|
||||
variables:
|
||||
DOCKER_BUILDKIT: 1
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue