feat(register): add labels to local runner file

This commit is contained in:
fuxiaohei
2022-11-22 20:56:14 +08:00
committed by Jason Song
parent 64c9856ba7
commit 86f66eaa45
3 changed files with 8 additions and 5 deletions

View File

@ -295,6 +295,7 @@ func doRegister(cfg *config.Config, inputs *registerInputs) error {
)
cfg.Runner.Name = inputs.RunnerName
cfg.Runner.Token = inputs.Token
cfg.Runner.Labels = inputs.CustomLabels
_, err := register.Register(ctx, cfg.Runner)
if err != nil {
log.WithError(err).Errorln("Cannot register the runner")