fix(actions): set DOCKER_HOST env var to tcp instead of unix socket
Some checks failed
/ validate (push) Failing after 6s

This commit is contained in:
jad0s 2026-05-20 15:53:15 +02:00
parent de8285b94d
commit 629f1b89e7

View file

@ -9,6 +9,8 @@ jobs:
defaults: defaults:
run: run:
shell: sh shell: sh
env:
DOCKER_HOST: tcp://localhost:2375
steps: steps:
- name: Setup - name: Setup
run: apk add bash curl run: apk add bash curl