We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bf3f1 commit d128556Copy full SHA for d128556
.github/workflows/publish_container.yaml
@@ -71,6 +71,7 @@ jobs:
71
sbom: sbom-image-latest.json
72
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
73
subject-digest: ${{ steps.build-push-latest.outputs.digest }}
74
+ push-to-registry: true
75
- name: update release
76
id: update_release
77
uses: tubone24/[email protected]
@@ -85,4 +86,4 @@ jobs:
85
86
Verify the contents of the image:
87
```
88
gh attestation verify oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-push-latest.outputs.digest }} --owner ${{ github.actor }}
- ```
89
+ ```
0 commit comments