Skip to content
Snippets Groups Projects
Commit 444c2b09 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix(ci): use docker dind service image from the remote repository

parent 5f65ee1b
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ build_docker: ...@@ -74,7 +74,7 @@ build_docker:
needs: ['cache_lint_test'] needs: ['cache_lint_test']
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/docker:27' image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/docker:27'
services: services:
- 'docker:27-dind' - 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/docker:27-dind'
variables: variables:
# this could be fetched via terraform output ("gcr_location" in infra project), but then we would need an extra job for terraform # 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 GCR_IMAGE: europe-north1-docker.pkg.dev/holi-shared/docker/holi-geo-api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment