Skip to content

Commit

Permalink
fix: only sign manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 10, 2025
1 parent e97346f commit db6a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ signs:
artifacts: checksum

docker_signs:
- artifacts: all
- artifacts: manifests
args: ["sign", "--key=/tmp/cosign.key", "${artifact}"]
stdin: "{{ .Env.COSIGN_PWD }}"

Expand Down

0 comments on commit db6a229

Please sign in to comment.