Commit 6f8c1e3b authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'd.esterman-master-patch-46157' into 'master'

Bump image in the CI-Template Jobs/Build.gitlab-ci.yml to 0.6.0

See merge request gitlab-org/gitlab!59882
parents b3362cf7 5cb1510f
---
title: Bumped image in the CI-Template Jobs/Build.gitlab-ci.yml to 0.6.0
merge_request: 59882
author: Daniel Estermann (@d.esterman)
type: changed
build:
stage: build
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.4.0"
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.6.0"
variables:
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.12-dind
- name: "docker:20.10.6-dind"
command: ['--tls=false', '--host=tcp://0.0.0.0:2375']
script:
- |
if [[ -z "$CI_COMMIT_TAG" ]]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment