We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ea72e commit 749d699Copy full SHA for 749d699
1 file changed
.goreleaser.yml
@@ -18,6 +18,8 @@ dockers:
18
- "gsdevme/gitops-commit:latest"
19
- "gsdevme/gitops-commit:{{ .Tag }}"
20
- "gsdevme/gitops-commit:v{{ .Major }}"
21
+ dockerfile: Dockerfile
22
+ use: buildx
23
archives:
24
- replacements:
25
darwin: Darwin
@@ -32,4 +34,4 @@ changelog:
32
34
filters:
33
35
exclude:
36
- '^docs:'
- - '^test:'
37
+ - '^test:'
0 commit comments