mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-14 09:00:43 +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_REPO=octocat/hello-world \
|
||||
-e CI_COMMIT_SHA=00000000 \
|
||||
-v $(pwd):/build:z \
|
||||
-v $(pwd)/testdata:/build:z \
|
||||
-w /build \
|
||||
--privileged \
|
||||
thegeeklab/wp-docker-buildx --dry-run
|
||||
|
@ -179,6 +179,13 @@ properties:
|
||||
defaultValue: false
|
||||
required: false
|
||||
|
||||
- name: insecure_skip_verify
|
||||
description: |
|
||||
Skip SSL verification.
|
||||
type: bool
|
||||
defaultValue: false
|
||||
required: false
|
||||
|
||||
- name: ipv6
|
||||
description: |
|
||||
Enable docker daemon IPv6 support.
|
||||
@ -192,6 +199,13 @@ properties:
|
||||
type: list
|
||||
required: false
|
||||
|
||||
- name: log_level
|
||||
description: |
|
||||
Plugin log level.
|
||||
type: string
|
||||
defaultValue: "info"
|
||||
required: false
|
||||
|
||||
- name: max_concurrent_uploads
|
||||
description: |
|
||||
Max concurrent uploads for each push.
|
||||
|
Loading…
Reference in New Issue
Block a user