Skip to content

Commit

Permalink
deps: update sigstore/cosign-installer action to v3 (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
renovate[bot] and mowies authored Mar 9, 2023
1 parent ec4ccb9 commit e92259a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Cosign
uses: sigstore/cosign-installer@v2.8.1
uses: sigstore/cosign-installer@v3.0.1

- name: Build Docker Image
uses: docker/build-push-action@v4
Expand All @@ -100,8 +100,6 @@ jobs:
cache-to: type=gha,scope=${{ github.ref_name }}-${{ matrix.config.name }}

- name: Sign container images
env:
COSIGN_EXPERIMENTAL: 1
run: cosign sign ${{ env.IMAGE_TAG }}

- name: Generate SBOM
Expand Down

0 comments on commit e92259a

Please sign in to comment.