This commit is contained in:
Lee 2023-01-13 15:19:09 +00:00
parent 68b5e38f8e
commit 862a76a8f2
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -2,6 +2,9 @@ docker-build:
# Official docker image.
image: docker:latest
stage: build
variables:
DOCKER_DRIVER: overlay
services:
- docker:dind
before_script: