Skip to content

Commit f3f7e36

Browse files
authored
adding output for signatures (#83)
1 parent d508913 commit f3f7e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,15 @@ docker_signs:
8484
- cmd: "cosign"
8585
args:
8686
- "sign"
87-
- "ghcr.io/madsrc/sophrosyne@${digest}"
87+
- "${artifact}"
8888
- "--yes"
8989
artifacts: all
9090

9191
signs:
9292
- cmd: "cosign"
9393
args:
9494
- "sign-blob"
95+
- "--output-signature=${signature}"
9596
- "${artifact}"
9697
- "--yes"
9798
artifacts: all

0 commit comments

Comments
 (0)