From c1e50f43710bf0c09c9576343ede1a8f5e8d57d8 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 7 Oct 2022 14:03:04 +0200 Subject: [PATCH] [DRONE] Rewrite build and publish CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 512e5fa..92746ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: from_secret: 'docker_password' volumes: - - '/var/run/docker.sock:/var/run/docker.sock' + - /var/run/docker.sock:/var/run/docker.sock commands: - 'echo building image ${IMG}'