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 df46326 commit a9aa112Copy full SHA for a9aa112
.goreleaser.yml
@@ -9,7 +9,7 @@ before:
9
hooks:
10
- make clean
11
- make dist
12
- - sh -c "cosign sign-blob dist/alertmanager-{{ .Version }}.tar.gz > dist/alertmanager-{{ .Version }}.sig"
+ - sh -c "cosign sign-blob --timeout 360s dist/alertmanager-{{ .Version }}.tar.gz > dist/alertmanager-{{ .Version }}.sig"
13
14
checksum:
15
extra_files:
0 commit comments