Skip to content

Commit 76011e9

Browse files
authored
Remove fixed cosign release
1 parent f61bd55 commit 76011e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-matrix-wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
driver-opts: |
4040
image=moby/buildkit:v0.12.4
4141
42-
4342
- name: Build builder stage
4443
id: build_base_cross
4544
uses: docker/build-push-action@v5.1.0
@@ -230,8 +229,6 @@ jobs:
230229
- name: Install cosign
231230
if: github.event_name == 'release'
232231
uses: sigstore/cosign-installer@v2.8.1
233-
with:
234-
cosign-release: 'v1.9.0'
235232

236233
# Login against a Docker registry if it is a release
237234
# https://github.com/docker/login-action
@@ -383,4 +380,4 @@ jobs:
383380

384381
- name: Set step summary
385382
run: |
386-
cat README.md >> $GITHUB_STEP_SUMMARY
383+
cat README.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)