mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-24 23:00:39 +00:00
fix docs
This commit is contained in:
parent
b305bfc823
commit
e9295bfd34
@ -94,11 +94,11 @@ properties:
|
|||||||
defaultValue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: config
|
- name: registry_config
|
||||||
description: |
|
description: |
|
||||||
Content of the docker daemon json config.
|
Content of the registry credentials store file.
|
||||||
type: string
|
type: string
|
||||||
defaultValue: $DOCKER_PLUGIN_CONFIG
|
defaultValue: $DOCKER_REGISTRY_CONFIG
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: containerfile
|
- name: containerfile
|
||||||
|
@ -337,7 +337,7 @@ func Flags(settings *Settings, category string) []cli.Flag {
|
|||||||
EnvVars: []string{"PLUGIN_REGISTRY_CONFIG", "DOCKER_REGISTRY_CONFIG"},
|
EnvVars: []string{"PLUGIN_REGISTRY_CONFIG", "DOCKER_REGISTRY_CONFIG"},
|
||||||
Usage: "content of the registry credentials store file",
|
Usage: "content of the registry credentials store file",
|
||||||
Destination: &settings.Registry.Config,
|
Destination: &settings.Registry.Config,
|
||||||
DefaultText: "$DOCKER_PLUGIN_CONFIG",
|
DefaultText: "$DOCKER_REGISTRY_CONFIG",
|
||||||
Category: category,
|
Category: category,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user