ci: use Docker DinD version from variable

This commit is contained in:
2023-02-09 21:47:18 +01:00
parent 339ed1580d
commit b7ebd8c4ba
+1 -1
View File
@@ -11,7 +11,7 @@ variables:
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services: services:
- docker:dind - docker:${DOCKER_DIND_VERSION}
build: build:
stage: build stage: build