fix(actions): set DOCKER_HOST env var to tcp instead of unix socket
Some checks failed
/ validate (push) Failing after 6s
Some checks failed
/ validate (push) Failing after 6s
This commit is contained in:
parent
de8285b94d
commit
629f1b89e7
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
steps:
|
||||
- name: Setup
|
||||
run: apk add bash curl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue