Skip to content

Commit

Permalink
ci: fix release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Sep 27, 2024
1 parent 190719c commit 2750359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ signs:

docker_signs:
- artifacts: all
args: ["sign", "--key=hashivault://cosign", "${artifact}", "-r"]
args: ["sign", "--key=hashivault://cosign", "us-docker.pkg.dev/fairwinds-ops/oss/vault-token-injector@${digest}", "-r", "--yes"]

dockers:
- image_templates:
Expand Down

0 comments on commit 2750359

Please sign in to comment.