Skip to content

Commit

Permalink
update goreleaser.yaml (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi authored Jan 6, 2025
1 parent e081561 commit 5436857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
project_name: dockle
builds:
- main: cmd/dockle/main.go
- main: ./cmd/dockle/
binary: dockle
ldflags:
- -s -w
Expand Down Expand Up @@ -70,10 +71,9 @@ archives:

brews:
-
tap:
repository:
owner: goodwithtech
name: homebrew-r
folder: Formula
homepage: "https://github.com/goodwithtech/dockle"
description: "Simple security auditing, helping build the Best Docker Images"
test: |
Expand Down

0 comments on commit 5436857

Please sign in to comment.