ci: use Docker DinD version from variable

This commit is contained in:
2023-02-09 08:09:35 +01:00
parent 4e43361217
commit 652483e2de
+1 -1
View File
@@ -16,7 +16,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