Skip to content

Commit d128556

Browse files
committed
add push-to-registry flag for provenance
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 93bf3f1 commit d128556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_container.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
sbom: sbom-image-latest.json
7272
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7373
subject-digest: ${{ steps.build-push-latest.outputs.digest }}
74+
push-to-registry: true
7475
- name: update release
7576
id: update_release
7677
uses: tubone24/[email protected]
@@ -85,4 +86,4 @@ jobs:
8586
Verify the contents of the image:
8687
```
8788
gh attestation verify oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-push-latest.outputs.digest }} --owner ${{ github.actor }}
88-
```
89+
```

0 commit comments

Comments
 (0)