Skip to content

Commit

Permalink
Merge pull request #99 from fhem/upd-cosign
Browse files Browse the repository at this point in the history
Remove fixed cosign release
  • Loading branch information
sidey79 authored Dec 6, 2023
2 parents 1e81b71 + 76011e9 commit 715238a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
driver-opts: |
image=moby/buildkit:v0.12.4
- name: Build builder stage
id: build_base_cross
uses: docker/build-push-action@v5.1.0
Expand Down Expand Up @@ -230,8 +229,6 @@ jobs:
- name: Install cosign
if: github.event_name == 'release'
uses: sigstore/cosign-installer@v2.8.1
with:
cosign-release: 'v1.9.0'

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

- name: Set step summary
run: |
cat README.md >> $GITHUB_STEP_SUMMARY
cat README.md >> $GITHUB_STEP_SUMMARY

0 comments on commit 715238a

Please sign in to comment.