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
49594b24a3
commit
8e1d4b7025
@ -90,6 +90,14 @@ properties:
|
|||||||
defaultValue: false
|
defaultValue: false
|
||||||
required: 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
|
- name: containerfile
|
||||||
description: Set the containerfile to use for the image build.
|
description: Set the containerfile to use for the image build.
|
||||||
defaultValue: Containerfile
|
defaultValue: Containerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user