forgejo-runner-act/pkg
Björn Brauer de0644499a
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
..
artifacts fix: tolerate workflow that needs a missing job (#1595) (#1619) 2023-02-16 16:41:59 +00:00
common feat: improve GetOutboundIP (#1707) 2023-03-31 13:28:08 +00:00
container fix: ensure networkmode "host" unless explicitly specified (#1739) 2023-04-18 14:37:59 +00:00
exprparser fix: return err in walk (#1667) 2023-03-08 15:13:11 +00:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model Avoid using log.Fatal in pkg/* (#1705) 2023-04-18 14:17:36 +00:00
runner Avoid using log.Fatal in pkg/* (#1705) 2023-04-18 14:17:36 +00:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00