File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ signs:
127
127
- ' ${artifact}'
128
128
129
129
docker_signs :
130
- - cmd : cosign
130
+ - id : selfsigned
131
+ cmd : cosign
131
132
artifacts : all
132
133
output : true
133
134
args :
@@ -136,7 +137,8 @@ docker_signs:
136
137
- --key
137
138
- env://COSIGN_PRIVATE_KEY
138
139
- ' ${artifact}'
139
- - cmd : cosign
140
+ - id : keyless
141
+ cmd : cosign
140
142
artifacts : all
141
143
output : true
142
144
args :
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ signs:
127
127
- ' ${artifact}'
128
128
129
129
docker_signs :
130
- - cmd : cosign
130
+ - id : selfsigned
131
+ cmd : cosign
131
132
artifacts : all
132
133
output : true
133
134
args :
@@ -136,7 +137,8 @@ docker_signs:
136
137
- --key
137
138
- env://COSIGN_PRIVATE_KEY
138
139
- ' ${artifact}'
139
- - cmd : cosign
140
+ - id : keyless
141
+ cmd : cosign
140
142
artifacts : all
141
143
output : true
142
144
args :
You can’t perform that action at this time.
0 commit comments