change docker build

This commit is contained in:
tuanvu
2026-02-16 17:45:39 +01:00
parent 181eb1ae4a
commit d1fa4044e1

View File

@@ -64,7 +64,11 @@ build_docker_frontend:
stage: package
image: docker:latest
services:
- docker:dind
- name: docker:dind
command: ["--tls=false"]
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
tags:
- docker
dependencies: