Skip to content

Commit 4aca7da

Browse files
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

.github/workflows/docker-riverproui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
uses: oras-project/setup-oras@v2
158158

159159
- name: Install Cosign
160-
uses: sigstore/cosign-installer@v4
160+
uses: sigstore/cosign-installer@v4.1.1
161161

162162
- name: Configure AWS Credentials
163163
uses: aws-actions/configure-aws-credentials@v6
@@ -445,7 +445,7 @@ jobs:
445445
uses: oras-project/setup-oras@v2
446446

447447
- name: Install Cosign
448-
uses: sigstore/cosign-installer@v4
448+
uses: sigstore/cosign-installer@v4.1.1
449449

450450
- name: Resolve manifest digest
451451
id: resolve-digest
-1.19 KB
Loading
-1.15 KB
Loading
-20 Bytes
Loading
-494 Bytes
Loading
-83 Bytes
Loading
-206 Bytes
Loading
-46 Bytes
Loading
-780 Bytes
Loading
-434 Bytes
Loading

0 commit comments

Comments
 (0)