better builder

This commit is contained in:
2026-03-07 01:08:52 +01:00 Verified
parent 26083c6de3
commit 95c4f6c48c
+4 -9
View File
@@ -1,15 +1,10 @@
stages: stages:
- build - Build
variables: "Build Docker":
DOCKER_HOST: tcp://docker:2376 stage: Build
DOCKER_TLS_CERTDIR: "/certs"
build_image:
stage: build
image: docker:24.0.5 image: docker:24.0.5
services:
- docker:24.0.5-dind
before_script: before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
script: script: