Skip to content

Commit

Permalink
fix: update digest format for docker attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 committed Jan 2, 2025
1 parent 21e7297 commit d3af611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
id: attest
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.npm-release.outputs.docker_image_sha_long }}
subject-digest: sha256:${{ steps.npm-release.outputs.docker_image_sha_long }}
push-to-registry: true

0 comments on commit d3af611

Please sign in to comment.