fix(forgejo): add extraHosts for runner to work consistently
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d896a0e3f3
commit
66d8dc24b9
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ in {
|
|||
};
|
||||
|
||||
volumes = ["${rwPath}/act:/data"];
|
||||
|
||||
extra_hosts = [
|
||||
"git.nelim.org=10.0.0.130"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue