Skip to content

Commit

Permalink
set custom labels in plugin struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 20, 2024
1 parent 7796ac7 commit 6fe5cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-kaniko/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ func run(c *cli.Context) error {
URL: c.String("label.url"),
BuildURL: c.String("label.build_link"),
Host: c.String("label.host"),
CustomSet: c.StringSlice("label.custom"),
CustomSet: customLabels,
},
Labels: c.StringSlice("repo.labels"),
},
Expand Down

0 comments on commit 6fe5cf4

Please sign in to comment.