From 0fe6a29ffc2728ba768ee6302c39137345304a40 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 27 May 2024 15:13:08 +0300 Subject: [PATCH] Use docker:25 based dind services and runner images --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c439e02..c718e2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,10 +79,10 @@ test:e2e: publish:dev: stage: publish - image: docker:stable + image: docker:25-cli needs: ["build", "test:e2e", "es:lint", "css:lint"] services: - - docker:stable-dind + - docker:25-dind only: - master script: @@ -92,9 +92,9 @@ publish:dev: publish:prod: stage: publish - image: docker:stable + image: docker:25-cli services: - - docker:stable-dind + - docker:25-dind only: - production script: @@ -104,7 +104,7 @@ publish:prod: deploy:dev: stage: deploy - image: docker:stable + image: docker:25-cli only: - master environment: @@ -124,7 +124,7 @@ deploy:dev: deploy:prod: stage: deploy - image: docker:stable + image: docker:25-cli only: - production environment: