Add docker service to CI

Enables CI to actually build docker images
This commit is contained in:
bom 2023-07-13 12:02:02 +02:00 committed by Michael Jerger
parent 5c3d07e58c
commit 0219127416

View file

@ -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