From 5a44f0ec1308e74efc621ec02ce8a58d8fc2e95f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Oct 2022 23:52:56 +0200 Subject: [PATCH] with volume mount --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0aab44e..64667d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: