mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-22 20:20:39 +00:00
Fix environment variable naming and update usage
This commit is contained in:
parent
1ff9aa77fd
commit
f82dbb903a
@ -205,7 +205,7 @@ func main() {
|
|||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "no-cache",
|
Name: "no-cache",
|
||||||
Usage: "do not use cached intermediate containers",
|
Usage: "do not use cached intermediate containers",
|
||||||
EnvVar: "NO_CACHE",
|
EnvVar: "PLUGIN_NO_CACHE",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user