Add docker service to CI
Enables CI to actually build docker images
This commit is contained in:
parent
5c3d07e58c
commit
0219127416
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
image: "domaindrivenarchitecture/devops-build:latest"
|
image: "domaindrivenarchitecture/devops-build:latest"
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue