Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-27 17:01:57 +00:00
parent a551ec95c0
commit 316d891da4

View File

@@ -59,7 +59,8 @@ docker-build:
stage: release stage: release
image: docker:latest image: docker:latest
services: services:
- docker:dind - name: docker:dind
alias: docker
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
script: script: