Skip to content

Commit 7c38afd

Browse files
authored
remove signature from dockerhub image
1 parent 279bea9 commit 7c38afd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
- name: sign images
9292
run: |-
9393
cosign sign -y ghcr.io/${{ env.REPO }}:${{ env.TAG }}
94-
95-
- uses: anchore/sbom-action@v0
96-
with:
97-
image: ${{ secrets.OU_CONTAINER_DEST }}:${{ env.TAG }}
98-
format: spdx
99-
output-file: /tmp/spdxd
10094
10195
- uses: anchore/sbom-action@v0
10296
with:
@@ -116,4 +110,4 @@ jobs:
116110

117111

118112
cosign sign -y ghcr.io/${{ env.REPO }}:sha256-$GH_SBOM_SHA.sbom
119-
113+

0 commit comments

Comments
 (0)