splatie/.gitlab-ci.yml
2025-10-16 12:17:35 +02:00

14 lines
198 B
YAML

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