Skip to content

Commit 9574df3

Browse files
committed
fix: Goreleaser configuration
1 parent 863032e commit 9574df3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ changelog:
2121
- "^test:"
2222
dockers_v2:
2323
- images:
24-
- "codacy/pulse-event-cli:{{ .Tag }}"
25-
- "codacy/pulse-event-cli:v{{ .Major }}"
26-
- "codacy/pulse-event-cli:v{{ .Major }}.{{ .Minor }}"
27-
- "codacy/pulse-event-cli:latest"
24+
- "codacy/pulse-event-cli"
25+
tags:
26+
- "{{ .Tag }}"
27+
- "v{{ .Major}}"
28+
- "v{{ .Major }}.{{ .Minor }}"
29+
- "latest"

0 commit comments

Comments
 (0)