Skip to content
Snippets Groups Projects
Verified Commit d5443762 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update image for build stage

- Add service alias
parent dbf886fc
No related merge requests found
......@@ -14,13 +14,15 @@
fi
.build:
image: glcr.b-data.ch/docker/docker-buildx:latest
image: glcr.b-data.ch/docker/docker:latest
stage: build
services:
- docker:dind
- name: glcr.b-data.ch/docker/docker:dind
alias: docker
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
BUILDX_NO_DEFAULT_ATTESTATIONS: "true"
before_script:
- *before-script-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment