File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -131,37 +131,6 @@ docker_manifests:
131
131
- " {{ .Env.IMAGE }}:latest-arm64"
132
132
- " {{ .Env.IMAGE }}:latest-riscv64"
133
133
134
- signs :
135
- - cmd : cosign
136
- id : cosign
137
- signature : " ${artifact}.sig"
138
- certificate : ' ${artifact}.pem'
139
- output : true
140
- artifacts : archive
141
- args :
142
- - sign-blob
143
- - " --key"
144
- - " env://COSIGN_PRIVATE_KEY"
145
- - " --output-signature"
146
- - " ${artifact}.sig"
147
- - " ${artifact}"
148
- - --yes
149
-
150
- - cmd : cosign
151
- id : keyless
152
- signature : " ${artifact}.keyless.sig"
153
- certificate : ' ${artifact}.keyless.pem'
154
- output : true
155
- artifacts : archive
156
- args :
157
- - sign-blob
158
- - " --output-certificate"
159
- - " ${artifact}.keyless.pem"
160
- - " --output-signature"
161
- - " ${artifact}.keyless.sig"
162
- - " ${artifact}"
163
- - --yes
164
-
165
134
docker_signs :
166
135
- cmd : cosign
167
136
artifacts : manifests
You can’t perform that action at this time.
0 commit comments