0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-24 23:00:39 +00:00
This commit is contained in:
Robert Kaussow 2024-11-13 23:15:55 +01:00
parent b305bfc823
commit e9295bfd34
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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{