ci: use Docker DinD version from variable
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@ package:
|
||||
- build
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
- docker:${DOCKER_DIND_VERSION}
|
||||
before_script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
script:
|
||||
@@ -70,7 +70,7 @@ release:
|
||||
- package
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
- docker:${DOCKER_DIND_VERSION}
|
||||
before_script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user