Skip to content
Snippets Groups Projects
Commit 280b1c58 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

move dind out of default

parent 17a501a8
No related branches found
No related tags found
No related merge requests found
Pipeline #11809 failed with stages
in 25 seconds
default: default:
image: docker:latest
services:
- docker:dind
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
interruptible: true interruptible: true
...@@ -25,6 +22,9 @@ get-credentials: ...@@ -25,6 +22,9 @@ get-credentials:
docker-build: docker-build:
stage: build stage: build
image: docker:latest
services:
- docker:dind
dependencies: dependencies:
- get-credentials - get-credentials
script: script:
......
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