Latest Docker and Dind for the CI
This commit is contained in:
parent
df496c9bf9
commit
fd6e534662
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: docker:20.10.16
|
image: docker:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||||
|
@ -9,7 +9,7 @@ stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:20.10.16-dind
|
- docker:dind
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue