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
|
||||
required: false
|
||||
|
||||
- name: config
|
||||
- name: registry_config
|
||||
description: |
|
||||
Content of the docker daemon json config.
|
||||
Content of the registry credentials store file.
|
||||
type: string
|
||||
defaultValue: $DOCKER_PLUGIN_CONFIG
|
||||
defaultValue: $DOCKER_REGISTRY_CONFIG
|
||||
required: false
|
||||
|
||||
- name: containerfile
|
||||
|
@ -337,7 +337,7 @@ func Flags(settings *Settings, category string) []cli.Flag {
|
||||
EnvVars: []string{"PLUGIN_REGISTRY_CONFIG", "DOCKER_REGISTRY_CONFIG"},
|
||||
Usage: "content of the registry credentials store file",
|
||||
Destination: &settings.Registry.Config,
|
||||
DefaultText: "$DOCKER_PLUGIN_CONFIG",
|
||||
DefaultText: "$DOCKER_REGISTRY_CONFIG",
|
||||
Category: category,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user