mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Use image from GitLab registry by default for build image in ci
This commit is contained in:
parent
1b3bdbcfd7
commit
5f2622450a
2 changed files with 10 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ include:
|
|||
- local: '.gitlab/ci/*.yml'
|
||||
|
||||
default:
|
||||
image: ${CI_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8
|
||||
image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8
|
||||
services:
|
||||
- docker:20.10.14-dind
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue