fix ci(i hate having to push broken code)

This commit is contained in:
Maple 2025-10-16 11:50:44 +02:00
commit 5148ba73e3

View file

@ -1,4 +1,4 @@
image: docker:latest image: docker:24.0.5
before_script: before_script:
- git submodule update --init - git submodule update --init
@ -8,7 +8,7 @@ stages:
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
build_and_push: build:
stage: build stage: build
script: script:
- docker build . - docker build .