We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6a705 commit 00f7553Copy full SHA for 00f7553
1 file changed
.goreleaser.yaml
@@ -35,6 +35,7 @@ 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
- id: another-binary
@@ -44,6 +45,7 @@ dockers_v2:
44
45
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/another-binary"
46
47
48
49
50
BINARY: another-binary
51
0 commit comments