ci: use Docker DinD version from variable
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ variables:
|
|||||||
.buildtools:
|
.buildtools:
|
||||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:${DOCKER_DIND_VERSION}
|
||||||
|
|
||||||
run-pre-commit:
|
run-pre-commit:
|
||||||
stage: .pre
|
stage: .pre
|
||||||
@@ -65,7 +65,7 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:${DOCKER_DIND_VERSION}
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GORELEASER_IMAGE: goreleaser/goreleaser:v1.11.5-amd64
|
GORELEASER_IMAGE: goreleaser/goreleaser:v1.11.5-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user