File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,6 +157,16 @@ jobs:
157157 # Default: `gha`
158158 cache-type : gha
159159
160+ # Inline BuildKit daemon configuration.
161+ # See https://github.com/docker/setup-buildx-action#inputs.
162+ # Example for insecure registry:
163+ # ```ini
164+ # [registry."my-registry.local:5000"]
165+ # http = true
166+ # insecure = true
167+ # ```
168+ buildkitd-config-inline : " "
169+
160170 # Sign built images.
161171 # See [sign-images](../../actions/docker/sign-images/README.md).
162172 #
@@ -207,6 +217,14 @@ jobs:
207217| | See <https://github.com/actions/create-github-app-token>. | | | |
208218| **`cache-type`** | Cache type. | **false** | **string** | `gha` |
209219| | See <https://docs.docker.com/build/cache/backends>. | | | |
220+ | **`buildkitd-config-inline`** | Inline BuildKit daemon configuration. | **false** | **string** | - |
221+ | | See <https://github.com/docker/setup-buildx-action#inputs>. | | | |
222+ | | Example for insecure registry : | | | |
223+ | | ```ini
224+ [registry."my-registry.local:5000"]
225+ http = true
226+ insecure = true
227+ ` ` ` | | | |
210228| **` sign`** | Sign built images. | **false** | **boolean** | `true` |
211229| | See [sign-images](../../actions/docker/sign-images/README.md). | | | |
212230
You can’t perform that action at this time.
0 commit comments