Commit 0f4f298
committed
Install oras CLI in markstale.ps1 instead of throwing
The refactored markstale.ps1 expected oras to be pre-installed on
the runner, but GitHub Actions runners don't have it. This restores
the original behavior of downloading oras on-the-fly when it's not
available, fixing the MarkOldImagesStale job failure.1 parent 29672eb commit 0f4f298
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments