From dce28610218bdbb1b03398c2eedc0593451dd128 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 10 Nov 2024 22:24:41 +0100 Subject: [PATCH] [CI/CD] Trying the locally mounted `docker.sock` instead of the TCP interface. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c93aa76f66..d774763b31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -350,7 +350,7 @@ steps: environment: REGISTRY_ENDPOINT: quay.io - DOCKER_HOST: "tcp://localhost:2375/" + DOCKER_HOST: "unix:///var/run/docker.sock" DOCKER_USER: platypush DOCKER_PASS: from_secret: registry_token