Skip to content

Commit 3a12532

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c15e31 commit 3a12532

3 files changed

Lines changed: 117 additions & 63 deletions

File tree

.github/workflows/docker-build-images.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)