Skip to content

Commit 902a308

Browse files
committed
ci: fix sign command
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 94607cc commit 902a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
if: ${{ github.event_name != 'pull_request' }}
5959
run: |
6060
jq '.[] | select(type=="object") | select(."containerimage.digest") | ."containerimage.digest" as $DIGEST | ."image.name" | split(":")[0] | "\(.)@\($DIGEST)"' -r <<<'${{ steps.bake.outputs.metadata }}' \
61-
| xargs --no-run-if-emtpy cosign sign --yes
61+
| xargs --no-run-if-empty cosign sign --yes

0 commit comments

Comments
 (0)