chore(ci): add Docker-in-Docker sidecar

This commit is contained in:
Peter 2022-08-05 15:49:07 +02:00
parent f8e9d85027
commit 15b17deaba
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

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