Add docker service to CI
Enables CI to actually build docker images
This commit is contained in:
parent
1ae9593537
commit
153d4bbf9a
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