Skip to content

Commit

Permalink
feat: add signing
Browse files Browse the repository at this point in the history
  • Loading branch information
vLia committed Jun 1, 2023
1 parent e0c9bb9 commit b3c0c77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .builds-linux.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ docker_manifests:
image_templates:
- kubeshop/testkube-cli:{{ .Version }}-amd64
- kubeshop/testkube-cli:{{ .Version }}-arm64v8

docker_signs:
- cmd: cosign
artifacts: all
output: true
args:
- 'sign'
- '${artifact}'
- "--yes"

0 comments on commit b3c0c77

Please sign in to comment.