Commit 49b9614d authored by Matija Čupić's avatar Matija Čupić

Merge branch 'vm-update-auto-build-image-version' into 'master'

Updating auto-build-image version to v1.9.1

See merge request gitlab-org/gitlab!80289
parents e5487660 b0f44e42
variables: variables:
AUTO_BUILD_IMAGE_VERSION: 'v1.5.0' AUTO_BUILD_IMAGE_VERSION: 'v1.9.1'
build: build:
stage: build stage: build
...@@ -7,7 +7,7 @@ build: ...@@ -7,7 +7,7 @@ build:
variables: variables:
DOCKER_TLS_CERTDIR: '' DOCKER_TLS_CERTDIR: ''
services: services:
- name: 'docker:20.10.6-dind' - name: 'docker:20.10.12-dind'
command: ['--tls=false', '--host=tcp://0.0.0.0:2375'] command: ['--tls=false', '--host=tcp://0.0.0.0:2375']
script: script:
- | - |
......
variables: variables:
AUTO_BUILD_IMAGE_VERSION: 'v1.5.0' AUTO_BUILD_IMAGE_VERSION: 'v1.9.1'
build: build:
stage: build stage: build
...@@ -7,7 +7,7 @@ build: ...@@ -7,7 +7,7 @@ build:
variables: variables:
DOCKER_TLS_CERTDIR: '' DOCKER_TLS_CERTDIR: ''
services: services:
- name: 'docker:20.10.6-dind' - name: 'docker:20.10.12-dind'
command: ['--tls=false', '--host=tcp://0.0.0.0:2375'] command: ['--tls=false', '--host=tcp://0.0.0.0:2375']
script: script:
- | - |
......
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