Skip to content

Commit

Permalink
fix: do not sign the image
Browse files Browse the repository at this point in the history
  • Loading branch information
zecit committed Apr 23, 2024
1 parent 8b05071 commit d7a0b5c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,3 @@ docker_manifests:
image_templates:
- ghcr.io/devmachine-fr/mercure:latest-amd64
- ghcr.io/devmachine-fr/mercure:latest-arm64v8
signs:
- artifacts: checksum
args:
[
"--batch",
"-u",
"{{ .Env.GPG_FINGERPRINT }}",
"--output",
"${signature}",
"--detach-sign",
"${artifact}",
]

0 comments on commit d7a0b5c

Please sign in to comment.