mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
Merge pull request 'fix: do not ignore the config container.options when starting a job' (#92) from earl-warren/act:wip-mount into main
Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/92 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
a8bfb47292
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ func (rc *RunContext) startJobContainer() common.Executor {
|
||||||
ValidVolumes: rc.Config.ValidVolumes,
|
ValidVolumes: rc.Config.ValidVolumes,
|
||||||
|
|
||||||
JobOptions: rc.options(ctx),
|
JobOptions: rc.options(ctx),
|
||||||
ConfigOptions: "",
|
ConfigOptions: rc.Config.ContainerOptions,
|
||||||
})
|
})
|
||||||
if rc.JobContainer == nil {
|
if rc.JobContainer == nil {
|
||||||
return errors.New("Failed to create job container")
|
return errors.New("Failed to create job container")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue