Commit 6ea7dc1
committed
ci(docker): emit comma-separated image list for buildx 'outputs' name=
The 'outputs: type=image,name=...,push-by-digest=true' field is parsed as
CSV by buildx; passing the newline-separated multi-line images.outputs.list
broke the parser with 'extraneous or missing " in quoted-field'. Add a
'csv' sibling output that joins ghcr + optional dockerhub names with commas
on a single line, and use that in the jammy by-digest build step.1 parent 82da1f9 commit 6ea7dc1
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
146 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
| |||
0 commit comments