Skip to content

Commit

Permalink
fix: Revert goreleaser image signing (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaasman00 authored Aug 20, 2024
2 parents 509ea92 + 2217638 commit e26612c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,21 +603,22 @@ signs:
["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"]
artifacts: all

# TODO(dakota): commented out because it is causing release to fail with goreleaser v2... not sure why though
# https://goreleaser.com/customization/docker_sign/
# Uses Cosign by default, signs images and manifests.
docker_signs:
- artifacts: all
stdin: "{{ .Env.COSIGN_PWD }}"
args: [
# Default options
"sign",
"--key=cosign.key",
"${artifact}",
"--yes",
# Additional options
"--recursive"
]
output: true
# docker_signs:
# - artifacts: all
# stdin: "{{ .Env.COSIGN_PWD }}"
# args: [
# # Default options
# "sign",
# "--key=cosign.key",
# "${artifact}",
# "--yes",
# # Additional options
# "--recursive"
# ]
# output: true

# https://goreleaser.com/customization/release/
release:
Expand Down

0 comments on commit e26612c

Please sign in to comment.