fix: wrong act runner config

This commit is contained in:
2026-08-24 09:12:42 +00:00
parent 6353f662fa
commit 99ff1c0c4e
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -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: ""