mirror of https://gitea.com/gitea/act_runner.git
* test: add test for networking setup in act This test makes sure that the hostname inside of act is resolvable. * fix: only merge existing container options When merging parsed container options without options being set in a job, the default docker options are returned and will override the expected defaults by act (e.g. network mode). This is a first attempt to mitigate this behavior and only merge settings if something was requested on a job. * refactor: split config merging into own function Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| DOCKER_LICENSE | ||
| docker_auth.go | ||
| docker_build.go | ||
| docker_cli.go | ||
| docker_cli_test.go | ||
| docker_images.go | ||
| docker_images_test.go | ||
| docker_logger.go | ||
| docker_pull.go | ||
| docker_pull_test.go | ||
| docker_run.go | ||
| docker_run_test.go | ||
| docker_volume.go | ||
| file_collector.go | ||
| file_collector_test.go | ||