Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 28, 2018
1 parent 6890810 commit bbcdaf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Expand Up @@ -38,9 +38,9 @@ dockers:
binary: sampctl
dockerfile: Dockerfile
image_templates:
- "southclaws/sampctl{{ .Tag }}"
- "southclaws/sampctlv{{ .Major }}"
- "southclaws/sampctlv{{ .Major }}.{{ .Minor }}"
- "southclaws/sampctl:{{ .Tag }}"
- "southclaws/sampctl:v{{ .Major }}"
- "southclaws/sampctl:v{{ .Major }}.{{ .Minor }}"
- "southclaws/sampctl:latest"
nfpm:
vendor: Southclaws
Expand Down

0 comments on commit bbcdaf8

Please sign in to comment.