Skip to content

Commit a0e034d

Browse files
committed
add label
1 parent 04cbcf0 commit a0e034d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ jobs:
646646
with:
647647
token: ${{ secrets.GITHUB_TOKEN }}
648648
release-tag: ${{ github.ref_name }}
649-
name: "Image Attestation SBOM"
649+
# name: "image-attestation.jsonl"
650+
label: "Image Attestation"
650651
file-path: attestation-image.jsonl
651652

652653

@@ -658,7 +659,8 @@ jobs:
658659
with:
659660
token: ${{ secrets.GITHUB_TOKEN }}
660661
release-tag: ${{ github.ref_name }}
661-
name: "Image Attestation SBOM"
662+
# name: "image-attestation-sbom.jsonl"
663+
label: "Image Attestation SBOM"
662664
file-path: attestation-sbom.jsonl
663665

664666

0 commit comments

Comments
 (0)