docker host via unix socket
This commit is contained in:
parent
21825acc50
commit
635901b24e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://10.0.0.117:12375
|
||||
DOCKER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue