Compare commits

..

1 Commits

Author SHA1 Message Date
satyakota04 ae79bd9d1b added the PLUGIN_MULTIPLE_BUILD_ARGS for all registries 2025-09-09 16:48:10 +05:30
+5
View File
@@ -362,6 +362,11 @@ func main() {
Usage: "Ignore the /var/run directory during build.",
EnvVar: "PLUGIN_IGNORE_VAR_RUN",
},
cli.StringSliceFlag{
Name: "args",
Usage: "build args",
EnvVar: "PLUGIN_BUILD_ARGS",
},
cli.StringFlag{
Name: "ignore-path",
Usage: "Path to ignore during the build.",