Update config.yaml
demo / Lint Check (push) Failing after 9s
Details
demo / Lint Check (push) Failing after 9s
Details
This commit is contained in:
parent
b4ec61e0a3
commit
e6c0873e79
|
|
@ -64,7 +64,7 @@ container:
|
|||
# Specifies the network to which the container will connect.
|
||||
# Could be host, bridge or the name of a custom network.
|
||||
# If it's empty, act_runner will create a network automatically.
|
||||
network: "packages_gitea-runner-network"
|
||||
network: "action-runner_gitea-runner-network"
|
||||
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
|
||||
privileged: false
|
||||
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
||||
|
|
|
|||
Loading…
Reference in New Issue