Skip to content
Snippets Groups Projects
Verified Commit 45bd3162 authored by Louis's avatar Louis :fire:
Browse files

specify dind version

parent 644538e8
No related branches found
No related tags found
No related merge requests found
Pipeline #473 failed with stage
in 38 seconds
x86:
docker_builder:
image: docker:latest
stage: build
services:
- docker:dind
- docker:20-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment