Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit d291c10

Browse files
committed
ci: fix image signature
1 parent 383d31b commit d291c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ jobs:
397397
github.event_name != 'pull_request'
398398
&& (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
399399
400-
run: >
401-
cosign sign
402-
"${{ env.IMAGE }}@${{ fromJSON(steps.bake.outputs.metadata).regular['containerimage.digest'] }}"
400+
run: |
401+
cosign sign \
402+
"${{ env.IMAGE }}@${{ fromJSON(steps.bake.outputs.metadata).regular['containerimage.digest'] }}" \
403403
"${{ env.IMAGE }}@${{ fromJSON(steps.bake.outputs.metadata).debug['containerimage.digest'] }}"
404404
env:
405405
COSIGN_EXPERIMENTAL: 1

0 commit comments

Comments
 (0)