Skip to content

Commit 00f7553

Browse files
committed
fix: also tag latest
1 parent 7b6a705 commit 00f7553

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ 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
4041
- id: another-binary
@@ -44,6 +45,7 @@ dockers_v2:
4445
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/another-binary"
4546
tags:
4647
- "v{{ .Version }}"
48+
- latest
4749
build_args:
4850
BINARY: another-binary
4951

0 commit comments

Comments
 (0)