Skip to content

Commit 2319272

Browse files
committed
minor modify
1 parent 71b2a30 commit 2319272

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish_container.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
with:
6161
path: ./
6262
output-file: sbom-image-latest.json
63-
- name: Upload sbom-image-latest.json to GitHub
64-
uses: actions/upload-artifact@v2
65-
with:
66-
name: sbom-image-latest.json
67-
path: sbom-image-latest.json
6863
- name: Attest image
6964
uses: github-early-access/generate-build-provenance@eugene/support-upload-sbom
7065
with:
@@ -85,4 +80,5 @@ jobs:
8580
Verify the contents of the image:
8681
```
8782
gh attestation verify oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-push-latest.outputs.digest }} --owner ${{ github.actor }}
88-
```
83+
```
84+
Action: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)