Skip to content

Commit

Permalink
Merge 005f04a into d874870
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil authored Jan 7, 2024
2 parents d874870 + 005f04a commit b6aa4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/incluster-comp-pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY_V1 }}
run: |
# Sign the image with keyless mode
cosign sign --force ${{ inputs.IMAGE_NAME }}:${{ steps.image-prerelease-tag.outputs.IMAGE_TAG_PRERELEASE }}
cosign sign -y ${{ inputs.IMAGE_NAME }}:${{ steps.image-prerelease-tag.outputs.IMAGE_TAG_PRERELEASE }}
# Sign the image with key for verifier clients without keyless support
# Put the key from environment variable to a file
Expand Down

0 comments on commit b6aa4c1

Please sign in to comment.