fix: wrong act runner config
This commit is contained in:
@@ -29,7 +29,7 @@ container:
|
||||
# "bridge" (Docker's real, always-present default network) is honored
|
||||
# instead - gitea_runner joins it too (see compose.yml) so both sides can
|
||||
# reach each other by container name/IP.
|
||||
network: "bridge"
|
||||
network: "falcon_network"
|
||||
privileged: false
|
||||
options: "-v /var/run/docker.sock:/var/run/docker.sock"
|
||||
workdir_parent: ""
|
||||
|
||||
Reference in New Issue
Block a user