mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-10-21 00:59:44 +02:00
feat: use specified labels
This commit is contained in:
@@ -52,6 +52,7 @@ func runDaemon(ctx context.Context, envFile string) func(cmd *cobra.Command, arg
|
||||
Machine: cfg.Runner.Name,
|
||||
ForgeInstance: cfg.Client.Address,
|
||||
Environ: cfg.Runner.Environ,
|
||||
Labels: cfg.Runner.Labels,
|
||||
}
|
||||
|
||||
poller := poller.New(
|
||||
|
Reference in New Issue
Block a user