Fix environment variable naming and update usage
This commit is contained in:
parent
1ff9aa77fd
commit
f82dbb903a
@ -204,8 +204,8 @@ func main() {
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "no-cache",
|
||||
Usage: "donot use cached intermediate containers",
|
||||
EnvVar: "NO_CACHE",
|
||||
Usage: "do not use cached intermediate containers",
|
||||
EnvVar: "PLUGIN_NO_CACHE",
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user