change container runner
This commit is contained in:
parent
a5322ef788
commit
51eb78429c
1 changed files with 3 additions and 2 deletions
|
|
@ -132,8 +132,9 @@ in
|
||||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
# the default network that also respects our dns server settings
|
container = {
|
||||||
container.network = "host";
|
network = "host";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue