with volume mount
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-28 23:52:56 +02:00
parent 3066e29a96
commit 5a44f0ec13
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -5,6 +5,9 @@ name: "drone-dagger-test"
steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
commands:
@ -13,6 +16,9 @@ steps:
- name: "run-pipeline"
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
depends_on: