Skip to content

Commit 6cb186e

Browse files
committed
ci(deps): Update cosign
It seems that cosign has moved to a new format by default (in v3.x). Since we are not using harbor, but ghcr.io, it seems we can update to v3.x. Signed-off-by: Anastassios Nanos <ananos@nubificus.co.uk>
1 parent 94890b0 commit 6cb186e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
jq -r '.[0].Id')" >> $GITHUB_ENV
130130
131131
- name: Install cosign
132-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # main
132+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # main (v3)
133133

134134
- name: Sign the published Docker image
135135
env:
@@ -212,7 +212,7 @@ jobs:
212212
echo "manifest_sha=$VAR" >> "$GITHUB_OUTPUT"
213213
214214
- name: Install cosign
215-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # main
215+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # main (v3)
216216

217217
- name: Sign the published Docker image
218218
env:

0 commit comments

Comments
 (0)