From f37f0b31541b880c129131a2c0dd7eb65db9f12b Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 19:27:31 +0000 Subject: [PATCH] beep boop --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 82451c5..f1f20a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,5 @@ steps: commands: - docker build -t code.ndumas.com/ndumas/smart-commit:latest . - docker push code.ndumas.com/ndumas/smart-commit:latest + - volumes: + - /var/run/docker.sock:/var/run/docker.sock