Skip to content

Commit 504d64c

Browse files
authored
Merge pull request #243 from smlx/dockers-v2
fix: also tag latest
2 parents 7b6a705 + 54028b8 commit 504d64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,18 @@ dockers_v2:
3535
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github"
3636
tags:
3737
- "v{{ .Version }}"
38+
- latest
3839
build_args:
3940
BINARY: go-cli-github
41+
sbom: true
4042
- id: another-binary
4143
ids:
4244
- another-binary
4345
images:
4446
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/another-binary"
4547
tags:
4648
- "v{{ .Version }}"
49+
- latest
4750
build_args:
4851
BINARY: another-binary
4952

0 commit comments

Comments
 (0)