This commit is contained in:
parent
10852978bd
commit
442f4dcc46
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_HOST: tcp://172.17.0.1:2376
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
options: --network host
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue