Skip to content

Commit

Permalink
fix: use matrix.image in attestation step
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 14, 2024
1 parent fe6cf6a commit ffe884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-name: ${{ matrix.image }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit ffe884d

Please sign in to comment.