Skip to content

Commit 21d0c7b

Browse files
dx4homelabclaude
andcommitted
fix: add --yes flag to cosign sign to fix Rekor upload failures
Resolves #4254 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5c0387 commit 21d0c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: Sign container image
204204
if: github.event_name != 'pull_request'
205205
run: |
206-
cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}@${TAGS}
206+
cosign sign -y --yes --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}@${TAGS}
207207
env:
208208
TAGS: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
209209
COSIGN_EXPERIMENTAL: false

0 commit comments

Comments
 (0)