We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b6a705 + 54028b8 commit 504d64cCopy full SHA for 504d64c
1 file changed
.goreleaser.yaml
@@ -35,15 +35,18 @@ dockers_v2:
35
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github"
36
tags:
37
- "v{{ .Version }}"
38
+ - latest
39
build_args:
40
BINARY: go-cli-github
41
+ sbom: true
42
- id: another-binary
43
ids:
44
- another-binary
45
images:
46
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/another-binary"
47
48
49
50
51
BINARY: another-binary
52
0 commit comments