diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 23:11:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 23:11:26 +0000 |
commit | ffc23157029c14086bd19e4c1c9f7fcf6092c0bd (patch) | |
tree | b0463e8f314bd2ae43640135142f9fea8495295c /lib | |
parent | bbdea2d94d2d87b366fe8e023dcc76c78cfe2375 (diff) | |
download | gitlab-ce-ffc23157029c14086bd19e4c1c9f7fcf6092c0bd.tar.gz |
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml b/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml index 196d42f3e3a..1c25d9d583b 100644 --- a/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml @@ -1,10 +1,10 @@ build: stage: build - image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.6.0" + image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.4.0" variables: DOCKER_TLS_CERTDIR: "" services: - - docker:20.10.6-dind + - docker:19.03.12-dind script: - | if [[ -z "$CI_COMMIT_TAG" ]]; then |