Update .gitlab-ci.yml file

This commit is contained in:
Fifo F. 2024-06-18 08:05:23 +00:00
parent db789a5fb4
commit 4b13bbd206

View file

@ -12,9 +12,9 @@ build:
stage: build
tags:
- privileged
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:24.0.5
image: docker:24.0.5
services:
- name: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:24.0.5-dind
- name: docker:24.0.5-dind
script:
- |
if [ ! -f $ARCHIVED_IMAGE ]; then