mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
Fix environment variable naming and update usage
This commit is contained in:
parent
1ff9aa77fd
commit
f82dbb903a
@ -204,8 +204,8 @@ func main() {
|
|||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "no-cache",
|
Name: "no-cache",
|
||||||
Usage: "donot 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