mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-16 01:20:39 +00:00
commit f907bd038a
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun Jan 8 14:41:49 2023 +0100 docs: fix buildkit config documentation (#166)
This commit is contained in:
parent
3a05a4de6b
commit
51a0221219
@ -72,7 +72,19 @@ properties:
|
||||
required: false
|
||||
|
||||
- name: buildkit_config
|
||||
description: Content of the docker buildkit json config.
|
||||
description: |
|
||||
Content of the docker buildkit toml [config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md). Example:
|
||||
|
||||
```TOML
|
||||
- name: Build
|
||||
image: thegeeklab/drone-docker-buildx:20
|
||||
settings:
|
||||
repo: example/repo
|
||||
buildkit_config: |
|
||||
[registry."registry.local:30081"]
|
||||
http = true
|
||||
insecure = true
|
||||
```
|
||||
type: string
|
||||
defaultValue: false
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user