ci: add dind
This commit is contained in:
parent
d8bbf8ed47
commit
0c305f927a
1 changed files with 3 additions and 1 deletions
|
|
@ -32,8 +32,10 @@ build-test:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker:git
|
image: docker:latest
|
||||||
stage: build
|
stage: build
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
script:
|
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
|
||||||
# speed up build time by pulling the old image
|
# speed up build time by pulling the old image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue