0
0
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:
thegeeklab-bot 2023-09-03 20:37:03 +00:00
parent 49594b24a3
commit 8e1d4b7025

View File

@ -90,6 +90,14 @@ properties:
defaultValue: false
required: false
- name: max_concurrent_uploads
description: |
By default the Docker daemon will push five layers of an image at a time. If you are on a low bandwidth connection this may cause
timeout issues and you may want to lower with this option.
type: string
defaultValue: 5
required: false
- name: containerfile
description: Set the containerfile to use for the image build.
defaultValue: Containerfile