From 78310996fc3bdcc056a90a475fd1c0a91a908734 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 6 Jul 2024 15:49:24 +0200 Subject: [PATCH] . --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 42a6da2..242938b 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -54,7 +54,7 @@ steps: image: library/docker:27.0.3-dind-alpine3.20 privileged: true environment: - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://0.0.0.0:2375 commands: | echo $DOCKER_HOST if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then