ci: use Docker DinD version from variable

This commit is contained in:
2023-02-09 21:47:10 +01:00
parent 3cabd4422c
commit 3d75d44c91
+1 -1
View File
@@ -8,7 +8,7 @@ build:
stage: build stage: build
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services: services:
- docker:dind - docker:${DOCKER_DIND_VERSION}
script: script:
- build - build
- push - push