chore(ci): add Docker-in-Docker sidecar
This commit is contained in:
parent
f8e9d85027
commit
15b17deaba
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ runs:
|
||||||
type: pod
|
type: pod
|
||||||
containers:
|
containers:
|
||||||
- image: docker.io/golang:1.19-bullseye
|
- image: docker.io/golang:1.19-bullseye
|
||||||
|
environment:
|
||||||
|
DOCKER_HOST: tcp://127.0.0.1:2375
|
||||||
|
- image: europe-north1-docker.pkg.dev/b4dc0-355617/ci-images/dind:20.10
|
||||||
|
privileged: true
|
||||||
steps:
|
steps:
|
||||||
- clone:
|
- clone:
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue