Skip to content

Commit

Permalink
fix: fix subject-name for attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jul 17, 2024
1 parent 25290a1 commit bc43990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: ${{ steps.meta.outputs.tags }}
subject-name: ${{ env.REGISTRY_IMAGE }}
subject-digest: ${{ steps.inspect.outputs.digest }}
push-to-registry: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bc43990

Please sign in to comment.