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