1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Björn Brauer 1a239d7ab7 fix: ensure networkmode "host" unless explicitly specified (#1739)
act defaults network mode to "host", but when `--container-options` are
passed on the CLI, it uses the docker CLI options parser, which fills
empty values with defaults, in which case network mode is set to
"default".
Unless the user explicitly sets `--container-options="--network=xxx"`,
we should always default to "host", to keep act's behaviour.

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-04-18 14:37:59 +00:00
.github build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#1735) 2023-04-17 03:13:12 +00:00
act fix: ensure networkmode "host" unless explicitly specified (#1739) 2023-04-18 14:37:59 +00:00
cmd feat: support yaml env/secrets/inputs file (#1733) 2023-04-18 13:35:31 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00