Skip to content
Snippets Groups Projects

Fix pipeline for new dind tag

Merged Imported Timo Millenaar requested to merge fix-pipeline-dind into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -3,9 +3,9 @@ stages:
build_ci_runner_image:
stage: build
image: docker:stable
services:
- docker:dind
image: docker
tags:
- dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- |
Loading