File tree Expand file tree Collapse file tree
actions/docker/build-image Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments