Skip to content

Commit 06944d4

Browse files
committed
docs: specify ini to insecure registry inputs
1 parent 62df580 commit 06944d4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ on: # yamllint disable-line rule:truthy
9898
Inline BuildKit daemon configuration.
9999
See https://github.com/docker/setup-buildx-action#inputs.
100100
Example for insecure registry:
101+
```ini
101102
[registry."my-registry.local:5000"]
102103
http = true
103104
insecure = true
105+
```
104106
type: string
105107
required: false
106108
cache-registry:

actions/docker/build-image/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,11 @@ inputs:
108108
Inline BuildKit daemon configuration.
109109
See https://github.com/docker/setup-buildx-action#inputs.
110110
Example for insecure registry:
111+
```ini
111112
[registry."my-registry.local:5000"]
112113
http = true
113114
insecure = true
115+
```
114116
required: false
115117
multi-platform:
116118
description: |

0 commit comments

Comments
 (0)