mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-14 19:10:41 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
525d92d896
commit
6a8930b457
@ -104,7 +104,7 @@ docker run --rm \
|
|||||||
-e PLUGIN_TAG=latest \
|
-e PLUGIN_TAG=latest \
|
||||||
-e PLUGIN_REPO=octocat/hello-world \
|
-e PLUGIN_REPO=octocat/hello-world \
|
||||||
-e CI_COMMIT_SHA=00000000 \
|
-e CI_COMMIT_SHA=00000000 \
|
||||||
-v $(pwd):/build:z \
|
-v $(pwd)/testdata:/build:z \
|
||||||
-w /build \
|
-w /build \
|
||||||
--privileged \
|
--privileged \
|
||||||
thegeeklab/wp-docker-buildx --dry-run
|
thegeeklab/wp-docker-buildx --dry-run
|
||||||
|
@ -179,6 +179,13 @@ properties:
|
|||||||
defaultValue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- name: insecure_skip_verify
|
||||||
|
description: |
|
||||||
|
Skip SSL verification.
|
||||||
|
type: bool
|
||||||
|
defaultValue: false
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: ipv6
|
- name: ipv6
|
||||||
description: |
|
description: |
|
||||||
Enable docker daemon IPv6 support.
|
Enable docker daemon IPv6 support.
|
||||||
@ -192,6 +199,13 @@ properties:
|
|||||||
type: list
|
type: list
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- name: log_level
|
||||||
|
description: |
|
||||||
|
Plugin log level.
|
||||||
|
type: string
|
||||||
|
defaultValue: "info"
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: max_concurrent_uploads
|
- name: max_concurrent_uploads
|
||||||
description: |
|
description: |
|
||||||
Max concurrent uploads for each push.
|
Max concurrent uploads for each push.
|
||||||
|
Loading…
Reference in New Issue
Block a user