From 6a8930b4572360aca343c9ca199bf07efa9682d0 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Sun, 5 May 2024 11:17:34 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- content/_index.md | 2 +- data/data.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 1e1172d..002afea 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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 diff --git a/data/data.yaml b/data/data.yaml index 09cbe3a..f8eaf2d 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -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.