Rebrand container prefix to Forgejo

pull/377/head
Otto Richter 2024-12-08 13:22:52 +01:00 committed by Michael Kriese
parent e238532feb
commit a2ce5d9f8b
No known key found for this signature in database
GPG Key ID: F8D7748549A5986A
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report.
NoSkipCheckout: true, NoSkipCheckout: true,
PresetGitHubContext: preset, PresetGitHubContext: preset,
EventJSON: string(eventJSON), EventJSON: string(eventJSON),
ContainerNamePrefix: fmt.Sprintf("GITEA-ACTIONS-TASK-%d", task.Id), ContainerNamePrefix: fmt.Sprintf("FORGEJO-ACTIONS-TASK-%d", task.Id),
ContainerMaxLifetime: maxLifetime, ContainerMaxLifetime: maxLifetime,
ContainerNetworkMode: container.NetworkMode(r.cfg.Container.Network), ContainerNetworkMode: container.NetworkMode(r.cfg.Container.Network),
ContainerNetworkEnableIPv6: r.cfg.Container.EnableIPv6, ContainerNetworkEnableIPv6: r.cfg.Container.EnableIPv6,