Skip to content

Commit

Permalink
goreleaser:bugfix - adding missing dot to name template Major.Minor (#…
Browse files Browse the repository at this point in the history
…873)

Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
  • Loading branch information
iancardosozup authored Dec 14, 2021
1 parent 3c0ae7f commit fd1ea66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ docker_manifests:
- 'horuszup/horusec-cli:{{ .Tag }}-amd64'
- 'horuszup/horusec-cli:{{ .Tag }}-arm64'
skip_push: auto
- name_template: 'horuszup/horusec-cli:v{{ .Major }}{{ .Minor }}'
- name_template: 'horuszup/horusec-cli:v{{ .Major }}.{{ .Minor }}'
image_templates:
- 'horuszup/horusec-cli:{{ .Tag }}-amd64'
- 'horuszup/horusec-cli:{{ .Tag }}-arm64'
Expand Down

0 comments on commit fd1ea66

Please sign in to comment.