Add build stages
This commit is contained in:
parent
4a090e739c
commit
69414da8b9
@ -1,4 +1,10 @@
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
stages:
|
||||
- build
|
||||
- release
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
|
Loading…
Reference in New Issue
Block a user