Skip to content

Commit

Permalink
fix(release): fix goreleaesr
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed May 8, 2024
1 parent 8375785 commit b7e095e
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 @@ -53,7 +53,7 @@ signs:

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

dockers:
- image_templates:
Expand Down

0 comments on commit b7e095e

Please sign in to comment.