Update .gitlab-ci.yml
This commit is contained in:
parent
0c54f63b35
commit
8e011a1de2
@ -3,6 +3,8 @@ docker-build:
|
|||||||
# Official docker image.
|
# Official docker image.
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -17,6 +19,8 @@ docker-build-master:
|
|||||||
# Official docker image.
|
# Official docker image.
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user