change network to server
This commit is contained in:
@@ -131,11 +131,11 @@ in
|
||||
labels = [
|
||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||
];
|
||||
# settings = {
|
||||
# container = {
|
||||
# network = "host";
|
||||
# };
|
||||
# };
|
||||
settings = {
|
||||
container = {
|
||||
network = "server";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# containers.git-runner = {
|
||||
|
||||
Reference in New Issue
Block a user