Skip to content

Commit

Permalink
sign-image: drop -f option
Browse files Browse the repository at this point in the history
Signed-off-by: Ariadne Conill <ariadne@chainguard.dev>
  • Loading branch information
kaniini committed Mar 7, 2023
1 parent c5e68c3 commit 4aacc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ release: ## Run Goreleaser in release mode
#######################
.PHONY: sign-image
sign-image: ko ## Sign images built using ko
cosign sign -f -y $(DIGEST)
cosign sign -y $(DIGEST)

##################
# help
Expand Down

0 comments on commit 4aacc46

Please sign in to comment.