Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-27 17:26:44 +00:00
parent 75e762ac6c
commit 0e4bbea454

View File

@@ -63,8 +63,10 @@ docker-build:
alias: docker alias: docker
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
before_script:
- docker info
script: script:
- docker build -t centrum-api:latest -f Api/Dockerfile . - docker build -t centrum-api:latest -f Api/Dockerfile .