Set runner container.network to forgejo_forgejo for workflow DNS resolution

This commit is contained in:
Graham McIntire 2026-07-24 14:04:53 -05:00
parent 5b05811ec7
commit e1c7dad545
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -13,6 +13,6 @@ cache:
enabled: true enabled: true
container: container:
network: "" network: "forgejo_forgejo"
privileged: false privileged: false
docker_host: automount docker_host: automount