Commit 4aca7da
committed
fix CI action failures on PR 550
The Docker manifest merge workflow failed before execution because
`sigstore/cosign-installer@v4` is not a published major tag in that
repository. Pinning it to the current released tag keeps the workflow on
v4 code while using a resolvable action ref.
The Storybook visual job failed because committed baselines were created
from local macOS rendering while CI validates on Linux Chromium. Replace
the phase-one visual snapshot baselines with Linux-rendered images from
the failing run artifacts so the expected output matches CI's source of
truth.1 parent 0a301c7 commit 4aca7da
10 files changed
Lines changed: 2 additions & 2 deletions
File tree
- .github/workflows
- tests/visual/storybook.spec.ts-snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments