Skip to content

Commit 335fc99

Browse files
committed
update goreleaser.yaml
1 parent e081561 commit 335fc99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
version: 2
12
project_name: dockle
23
builds:
3-
- main: cmd/dockle/main.go
4+
- main: ./cmd/dockle/
45
binary: dockle
56
ldflags:
67
- -s -w
@@ -70,10 +71,9 @@ archives:
7071

7172
brews:
7273
-
73-
tap:
74+
repository:
7475
owner: goodwithtech
7576
name: homebrew-r
76-
folder: Formula
7777
homepage: "https://github.com/goodwithtech/dockle"
7878
description: "Simple security auditing, helping build the Best Docker Images"
7979
test: |

0 commit comments

Comments
 (0)