We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f685e commit 6d5a10eCopy full SHA for 6d5a10e
.github/workflows/release.yaml
@@ -155,7 +155,6 @@ jobs:
155
id: attestation_push
156
if: ${{ success() }}
157
run: |
158
- chainloop attestation status --full
159
chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }}
160
attestation_sha=$(chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }} -o json | jq -r '.digest')
161
# check that the command succeeded
0 commit comments