fix(actions): update DOCKER_HOST env var to an internal IP that docker daemon runs on
Some checks failed
/ validate (push) Failing after 33s
Some checks failed
/ validate (push) Failing after 33s
This commit is contained in:
parent
e1c517afa3
commit
b582c1205b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
run:
|
||||
shell: sh
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://172.17.0.1:2375
|
||||
steps:
|
||||
- name: Setup
|
||||
run: apk add bash curl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue