Commit 82238da
committed
docs: correct the GHCR pull path and record the release-tag concurrency limit
README told users to install from oci://ghcr.io/aehrc/<chart>, which cannot
work: `helm push` appends the chart name from the package, so the pullable
reference is oci://ghcr.io/aehrc/<chart>-helm/<chart>. The note further up the
file already had it right, so the README contradicted itself. Verified against
all three published 0.4.0 / 0.1.1 / 0.2.0 packages.
Also documents that `cancel-in-progress: false` does not give the release-charts
concurrency group an unbounded queue — GitHub keeps one running plus one pending
run and cancels the pending one when a third arrives, which is what happened
when all three release tags were pushed together. Push release tags one at a
time; recover a cancelled run with `gh run rerun`.1 parent b594777 commit 82238da
2 files changed
Lines changed: 26 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
79 | 99 | | |
80 | 100 | | |
81 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments