Skip to content

Commit f91e64a

Browse files
committed
also remove sbom.........
1 parent 4a40fa3 commit f91e64a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ jobs:
231231
sbom-path: sbom/sbom-source.cyclonedx.json
232232
push-to-registry: true
233233

234-
- name: Attach source SBOM attestation to image (Docker Hub)
235-
uses: actions/attest@v4
236-
with:
237-
subject-name: ${{ env.DOCKERHUB_IMAGE }}
238-
subject-digest: ${{ steps.build.outputs.digest }}
239-
sbom-path: sbom/sbom-source.cyclonedx.json
240-
push-to-registry: true
234+
#- name: Attach source SBOM attestation to image (Docker Hub)
235+
# uses: actions/attest@v4
236+
# with:
237+
# subject-name: ${{ env.DOCKERHUB_IMAGE }}
238+
# subject-digest: ${{ steps.build.outputs.digest }}
239+
# sbom-path: sbom/sbom-source.cyclonedx.json
240+
# push-to-registry: true

0 commit comments

Comments
 (0)