fix(actions): update DOCKER_HOST env var to an internal IP that docker daemon runs on
Some checks failed
/ validate (push) Failing after 33s

This commit is contained in:
jad0s 2026-05-20 15:59:04 +02:00
parent e1c517afa3
commit b582c1205b

View file

@ -10,7 +10,7 @@ jobs:
run: run:
shell: sh shell: sh
env: env:
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://172.17.0.1:2375
steps: steps:
- name: Setup - name: Setup
run: apk add bash curl run: apk add bash curl