Compare commits

..

2 Commits

Author SHA1 Message Date
Ompragash Viswanathan 3408e961b0 Support new input ignore_paths to all the supported versions of Kaniko 2025-02-07 11:41:45 +05:30
Ompragash Viswanathan bae2414e0a add new input ignore_paths to accept multiple values 2025-02-07 11:31:04 +05:30
+1 -1
View File
@@ -353,7 +353,7 @@ func main() {
Usage: "Path to ignore during the build.",
EnvVar: "PLUGIN_IGNORE_PATH",
},
cli.StringSliceFlag{
cli.StringFlag{
Name: "ignore-paths",
Usage: "Path to ignore during the build.",
EnvVar: "PLUGIN_IGNORE_PATHS",