We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94607cc commit 902a308Copy full SHA for 902a308
.github/workflows/build-docker.yaml
@@ -58,4 +58,4 @@ jobs:
58
if: ${{ github.event_name != 'pull_request' }}
59
run: |
60
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
+ | xargs --no-run-if-empty cosign sign --yes
0 commit comments