Allow multible Repos (#22)
close partialy #18 we still need to handle multible registry login Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/22
This commit is contained in:
@@ -189,7 +189,7 @@ func settingsFlags(settings *plugin.Settings) []cli.Flag {
|
||||
Usage: "enables compression og the build context using gzip",
|
||||
Destination: &settings.Build.Compress,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
&cli.StringSliceFlag{
|
||||
Name: "repo",
|
||||
EnvVars: []string{"PLUGIN_REPO"},
|
||||
Usage: "sets repository name for the image",
|
||||
|
||||
Reference in New Issue
Block a user