Skip to content

Commit 279a84c

Browse files
committed
revert
1 parent 2319272 commit 279a84c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish_container.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ 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
6368
- name: Attest image
6469
uses: github-early-access/generate-build-provenance@eugene/support-upload-sbom
6570
with:

0 commit comments

Comments
 (0)