We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe66a7b commit f2e874dCopy full SHA for f2e874d
1 file changed
.goreleaser.yml
@@ -58,11 +58,11 @@ brews:
58
- ids:
59
- kvs
60
name: kvs
61
- tap:
+ repository:
62
owner: skyoo2003
63
name: homebrew-tap
64
token: "{{ .Env.GITHUB_TOKEN }}"
65
- folder: Formula
+ directory: Formula
66
url_template: "https://github.com/skyoo2003/kvs/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
67
commit_author:
68
name: Sung-Kyu Yoo
@@ -76,7 +76,7 @@ brews:
76
bin.install "kvs"
77
skip_upload: false
78
79
-dockers:
+dockers_v2:
80
- images:
81
- ghcr.io/skyoo2003/kvs
82
dockerfile: Dockerfile.goreleaser
0 commit comments