Skip to content

Commit

Permalink
remove signature from dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam authored Sep 16, 2024
1 parent 279bea9 commit 7c38afd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ jobs:
- name: sign images
run: |-
cosign sign -y ghcr.io/${{ env.REPO }}:${{ env.TAG }}
- uses: anchore/sbom-action@v0
with:
image: ${{ secrets.OU_CONTAINER_DEST }}:${{ env.TAG }}
format: spdx
output-file: /tmp/spdxd
- uses: anchore/sbom-action@v0
with:
Expand All @@ -116,4 +110,4 @@ jobs:


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


0 comments on commit 7c38afd

Please sign in to comment.