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