ci: use Docker DinD version from variable

This commit is contained in:
2023-02-09 08:14:32 +01:00
parent ddbaf5cf83
commit a25215329e
+1 -1
View File
@@ -13,7 +13,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services: services:
- docker:dind - docker:${DOCKER_DIND_VERSION}
script: script:
- build - build
- push - push