Commit c3de192
committed
fix(nightly): push to GHCR from artifacts dir so layer titles are bare filenames
ORAS records file paths as layer title annotations verbatim. Pushing
'artifacts/*.gz' stored titles as 'artifacts/sentry-linux-x64.gz', but
findLayerByFilename() searches for 'sentry-linux-x64.gz' (no prefix).
Fix: use working-directory: artifacts so the glob expands to bare
filenames like 'sentry-linux-x64.gz'.1 parent eb5d7f0 commit c3de192
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
278 | | - | |
| 283 | + | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| |||
0 commit comments