mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
27 lines
626 B
YAML
27 lines
626 B
YAML
# we support merge request workflow only
|
|
include:
|
|
- local: '.gitlab/ci/*.yml'
|
|
|
|
default:
|
|
image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8
|
|
services:
|
|
- docker:20.10.14-dind
|
|
before_script:
|
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
|
tags:
|
|
- gitlab-org-docker
|
|
|
|
stages:
|
|
- custom
|
|
- gitlab
|
|
- gitlab-assets
|
|
- gitlab-review-app
|
|
- gitaly
|
|
- automation
|
|
|
|
variables:
|
|
DOCKER_HOST: tcp://docker:2375
|
|
BASE_BUILD_REGISTRY_IMAGE: registry.gitlab.com/gitlab-org/gitlab-build-images
|
|
|
|
cache-chrome-chromium:
|
|
extends: .cache-google-chrome
|