Skip to content

Commit

Permalink
Merge pull request #90 from vishnoianil/fix-subject-path
Browse files Browse the repository at this point in the history
Fix the subject-digest for generating artifact attestation
  • Loading branch information
vishnoianil authored Jul 24, 2024
2 parents aaffcce + 6ec7e79 commit 329e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_UI_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
subject-digest: ${{ steps.push-ui-ghcr.outputs.digest }}
push-to-registry: true

- name: Build and push ui image to quay.io
Expand Down

0 comments on commit 329e363

Please sign in to comment.