Commit bd152be
committed
ci: don't block releases on attestation step + grant scope on release path
- release.yml's publish-docker job now grants attestations:write so the
reusable-workflow chain (release.yml -> publish.yml -> publish-webapp.yml)
carries the scope all the way to actions/attest-build-provenance.
- continue-on-error on the attestation step itself: image is already
pushed by the time this runs, so a Sigstore outage or GHCR referrer
hiccup shouldn't fail the workflow and block the downstream publish-helm
job. Real config errors still surface as a step warning.1 parent 93eb75c commit bd152be
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments