fix update cosign version on docker-publish.yml (#1917)

upgrade cosign version

https://github.com/sigstore/cosign/releases/tag/v1.13.1

The current version is out of date and the following error occurs

```
getting signer: getting key from Fulcio: verifying SCT: updating local metadata and targets: error updating to TUF remote mirror: tuf: invalid key
```

Co-authored-by: Sampark Sharma <phantsure@github.com>
This commit is contained in:
Ouvill
2023-02-10 17:05:33 +09:00
committed by GitHub
parent 5343fe6869
commit d31bcb967a
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with:
cosign-release: 'v1.11.0'
cosign-release: 'v1.13.1'
# Workaround: https://github.com/docker/build-push-action/issues/461