act_runner/cmd
Jason Song c9e076db68 Get outbound IP in multiple ways or disable cache server if failed to init (#74)
Fix #64 (incompletely).

It's still not ideal. It makes more sense to use the gateway IP address of container network as outbound IP of cache server. However, this requires act to cooperate, some think like:

- act creates the network for new container, and returns the network to runner.
- runner extracts the gateway IP in the network.
- runner uses the gateway IP as outbound IP, and pass it to act as cache server endpoint.
- act It continues to create the container with the created network.

Reviewed-on: gitea/act_runner#74
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-24 17:55:13 +08:00
..
cmd.go Inject version when building and report version to Gitea via log and header (#43) 2023-03-13 18:57:35 +08:00
daemon.go Get outbound IP in multiple ways or disable cache server if failed to init (#74) 2023-03-24 17:55:13 +08:00
exec.go Update act to v0.243 (#54) 2023-03-17 09:45:46 +08:00
register.go Clarify labels (#69) 2023-03-23 20:48:33 +08:00