Skip to content

Commit 461e8c7

Browse files
committed
fix: releaser
1 parent d7ddc67 commit 461e8c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ archives:
2626

2727
dockers_v2:
2828
- images:
29-
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow:{{ .Version }}"
30-
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow:latest"
29+
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/chargeflow"
30+
tags:
31+
- "{{ .Tag }}"
32+
- "latest"
3133
dockerfile: ./build/Dockerfile
3234
platforms:
3335
- linux/amd64

0 commit comments

Comments
 (0)