mirror of
https://github.com/nektos/act.git
synced 2024-11-11 05:49:31 +03:00
ff5e289804
* 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_auth.go | ||
docker_build.go | ||
docker_cli_test.go | ||
docker_cli.go | ||
docker_images_test.go | ||
docker_images.go | ||
DOCKER_LICENSE | ||
docker_logger.go | ||
docker_pull_test.go | ||
docker_pull.go | ||
docker_run_test.go | ||
docker_run.go | ||
docker_volume.go | ||
file_collector_test.go | ||
file_collector.go |