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 863032e commit 9574df3Copy full SHA for 9574df3
.goreleaser.yml
@@ -21,7 +21,9 @@ changelog:
21
- "^test:"
22
dockers_v2:
23
- 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"
+ - "codacy/pulse-event-cli"
+ tags:
+ - "{{ .Tag }}"
+ - "v{{ .Major}}"
28
+ - "v{{ .Major }}.{{ .Minor }}"
29
+ - "latest"
0 commit comments