splatie/.gitlab-ci.yml
2025-10-15 21:59:40 +02:00

12 lines
151 B
YAML

image: docker:latest
before_script:
- git submodule update --init
stages:
- build
build_and_push:
stage: build
script:
- docker build .