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.
2 parents ed66193 + cc38447 commit 1757508Copy full SHA for 1757508
.github/workflows/ci.yml
@@ -95,6 +95,7 @@ jobs:
95
run: |
96
cd ${{ github.sha }}
97
cosign sign-blob -y conmonrs \
98
+ --bundle conmonrs.bundle \
99
--output-signature conmonrs.sig \
100
--output-certificate conmonrs.cert
101
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
@@ -168,6 +169,7 @@ jobs:
168
169
170
171
cosign sign-blob -y conmonrs.${{ matrix.arch }} \
172
+ --bundle conmonrs.${{ matrix.arch }}.bundle \
173
--output-signature conmonrs.${{ matrix.arch }}.sig \
174
--output-certificate conmonrs.${{ matrix.arch }}.cert
175
0 commit comments