Commit 0950e7f
committed
fix(ci): use manifest-descriptor prefix for index-level annotations
Annotations without a prefix land on the per-platform image manifest,
not on the OCI image index. GHCR reads the package description from
the index level, so the description was silently ignored.
The manifest-descriptor: prefix tells buildx to write annotations
to the image index manifest entries instead.1 parent 84822d7 commit 0950e7f
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
167 | | - | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments