splatie/.gitlab-ci.yml
2025-10-16 13:19:24 +02:00

19 lines
293 B
YAML

default:
image: docker:24.0.5
stages:
- build
before_script:
- docker info
variables:
DOCKER_TLS_CERTDIR: "/certs"
CI_DEBUG_SERVICES: "true"
services:
- "docker:24.0.5-dind"
build:
stage: build
script:
- unset DOCKER_HOST
- env
- docker build .