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 d7ddc67 commit 461e8c7Copy full SHA for 461e8c7
.goreleaser.yaml
@@ -26,8 +26,10 @@ archives:
26
27
dockers_v2:
28
- images:
29
- - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow:{{ .Version }}"
30
- - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow:latest"
+ - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow"
+ tags:
31
+ - "{{ .Tag }}"
32
+ - "latest"
33
dockerfile: ./build/Dockerfile
34
platforms:
35
- linux/amd64
0 commit comments