From e068e8ac2a1e605b602654601fa0fbde6c677436 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 3 Jun 2026 15:10:58 +0300 Subject: [PATCH] ci: drone config fix --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index a797907..eb66df8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,3 +51,8 @@ steps: - refs/tags/* depends_on: - dockerize + +volumes: +- name: docker-socket + host: + path: /var/run/docker.sock