(bugfix) runner config did not contain network name
- the container running the job is to use leading it not being able to access the gitea instance when trying to push new docker image to registry
This commit is contained in:
@@ -69,7 +69,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: ""
|
||||
network: "gitea-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).
|
||||
|
||||
Reference in New Issue
Block a user