Skip to content

Commit

Permalink
.goreleaser.yaml: fix docker image signing (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored Dec 23, 2024
1 parent a669158 commit 98eb345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ docker_manifests:

# Sign Docker images and manifests.
docker_signs:
- cmd: "cosign"
- artifacts: "all"
cmd: "cosign"
args:
- "sign"
- "${artifact}"
Expand Down

0 comments on commit 98eb345

Please sign in to comment.