1 Commits

Author SHA1 Message Date
2a114e1369 fix(goreleaser): print cosign cmd on stdout
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 12s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
Release / Release application (push) Successful in 2m20s
Release / Upload Images to docker.io (push) Successful in 1m19s
2026-02-02 22:37:08 +01:00

View File

@@ -327,11 +327,13 @@ docker_signs:
# #
# Default: ["sign", "--key=cosign.key", "${artifact}@${digest}", "--yes"]. # Default: ["sign", "--key=cosign.key", "${artifact}@${digest}", "--yes"].
# Templates: allowed. # Templates: allowed.
# Note: Using --registry-referrers-mode=legacy ensures signature is stored as sha256-<digest>.sig tag
# which is required by ArtifactHub to display the "Signed" badge
args: args:
- "sign" - "sign"
- "--key=env://COSIGN_PRIVATE_KEY" - "--key=env://COSIGN_PRIVATE_KEY"
- "${artifact}@${digest}"
- "--yes" - "--yes"
- "${artifact}@${digest}"
# Which artifacts to sign. # Which artifacts to sign.
# #
@@ -356,6 +358,8 @@ docker_signs:
# StdinFile file to be given to the signature command as stdin. # StdinFile file to be given to the signature command as stdin.
# stdin_file: ./passphrase.key # stdin_file: ./passphrase.key
output: true
gitea_urls: gitea_urls:
api: https://git.cryptic.systems/api/v1 api: https://git.cryptic.systems/api/v1
download: https://git.cryptic.systems download: https://git.cryptic.systems