Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Sep 22, 2023
1 parent 2b5ac59 commit 1a1f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- uses: anchore/sbom-action@v0
if: ${{ inputs.push }}
with:
image: ${{ inputs.image }}:${{ steps.push-image.outputs.digest }}
image: ${{ inputs.image }}@${{ steps.push-image.outputs.digest }}

- uses: sigstore/cosign-installer@main
if: ${{ inputs.push }}
Expand Down

0 comments on commit 1a1f099

Please sign in to comment.