mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52: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:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
||||||
cache-google-chrome:
|
cache-google-chrome:
|
||||||
image: debian:bullseye-slim
|
image: debian:bullseye-slim
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,12 @@
|
||||||
# Run test job always
|
# Run test job always
|
||||||
.test:
|
.test:
|
||||||
stage: test
|
stage: test
|
||||||
variables:
|
|
||||||
DOCKER_BUILDKIT: 1
|
|
||||||
rules:
|
rules:
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
# Run build job only on a default branch when triggered manually
|
# Run build job only on a default branch when triggered manually
|
||||||
.deploy:
|
.deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
|
||||||
DOCKER_BUILDKIT: 1
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue