Commit fb124d3
committed
fix(ci): run attestation and vuln scan concurrently in release workflow
Previously image-vuln-scan blocked attest, adding unnecessary latency
to the release pipeline. Both jobs only need build and docker-manifest
to complete. Now they run in parallel, and publish waits for both
before marking the release as non-draft.1 parent a40f754 commit fb124d3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments