fix(forgejo): add extraHosts for runner to work consistently

This commit is contained in:
matt1432 2024-05-22 10:05:49 -04:00
parent d896a0e3f3
commit 66d8dc24b9

View file

@ -62,6 +62,10 @@ in {
};
volumes = ["${rwPath}/act:/data"];
extra_hosts = [
"git.nelim.org=10.0.0.130"
];
};
};
}