Value vs direction
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nicolai Ort 2023-11-12 17:14:21 +01:00
parent d30c0c6e99
commit de7793d3d6
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -200,7 +200,7 @@ func settingsFlags(settings *plugin.Settings) []cli.Flag {
Name: "cache-to",
EnvVars: []string{"PLUGIN_CACHE_TO"},
Usage: "cache destination for the build cache",
Destination: &drone.StringSliceFlag{},
Value: &drone.StringSliceFlag{},
},
&cli.BoolFlag{
Name: "pull-image",