Skip to content

Commit

Permalink
Remove go version from Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Oct 10, 2020
1 parent 1e63447 commit be8daf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dockers:
- image_templates:
- "viaductoss/{{ .ProjectName }}:latest"
- "viaductoss/{{ .ProjectName }}:{{ .Tag }}"
- "viaductoss/{{ .ProjectName }}:{{ .Tag }}-{{ .Env.GO_VERSION }}"
- "viaductoss/{{ .ProjectName }}:v{{ .Major }}"

# Template of the docker build flags.
Expand Down

0 comments on commit be8daf8

Please # to comment.