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 62fa5a9 commit 531a6cdCopy full SHA for 531a6cd
1 file changed
.goreleaser.yaml
@@ -26,7 +26,7 @@ archives:
26
27
dockers_v2:
28
- images:
29
- - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow"
+ - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER | lower }}/chargeflow"
30
tags:
31
- "{{ .Tag }}"
32
- "latest"
0 commit comments