Skip to content

Commit

Permalink
add push-to-registry flag for provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Jan 31, 2024
1 parent 93bf3f1 commit d128556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
sbom: sbom-image-latest.json
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.build-push-latest.outputs.digest }}
push-to-registry: true
- name: update release
id: update_release
uses: tubone24/[email protected]
Expand All @@ -85,4 +86,4 @@ jobs:
Verify the contents of the image:
```
gh attestation verify oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-push-latest.outputs.digest }} --owner ${{ github.actor }}
```
```

0 comments on commit d128556

Please sign in to comment.