Skip to content

Commit

Permalink
Update actions/attest-build-provenance action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 042f97b commit 14f86ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
tags: ghcr.io/${{ github.repository }}-shibboleth-sp:${{ env.SEMVER_VERSION }}.${{ env.SHORT_COMMIT_HASH }}

- name: Generate artifact attestation for application
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push-app.outputs.digest }}
push-to-registry: true

- name: Generate artifact attestation for Shibboleth SP
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ghcr.io/${{ github.repository }}-shibboleth-sp
subject-digest: ${{ steps.push-shibboleth-sp.outputs.digest }}
Expand Down

0 comments on commit 14f86ca

Please sign in to comment.