Skip to content

Commit

Permalink
testing new action
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed May 16, 2024
1 parent b132f78 commit 25328bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/oci-google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

- name: Attest artifact
uses: actions/attest-build-provenance@v1
uses: actions/attest@bdehamer/oci-0.3.3
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
predicate-type: application/json
predicate: '{}'
push-to-registry: true

0 comments on commit 25328bb

Please sign in to comment.