fix(forgejo): fix dns for runner
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-22 14:37:59 -04:00
parent 5fb5e08ebd
commit 9efff85115

View file

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