From 444c2b09a542b27246cec31435036d994c406d69 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Fri, 25 Oct 2024 17:32:15 +0200 Subject: [PATCH] fix(ci): use docker dind service image from the remote repository --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0419a55..8968a97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ build_docker: needs: ['cache_lint_test'] image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/docker:27' services: - - 'docker:27-dind' + - 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/docker:27-dind' variables: # this could be fetched via terraform output ("gcr_location" in infra project), but then we would need an extra job for terraform GCR_IMAGE: europe-north1-docker.pkg.dev/holi-shared/docker/holi-geo-api -- GitLab