Skip to content

Commit

Permalink
Fix docker builds. (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpounds authored and jirfag committed Oct 8, 2019
1 parent db20cd0 commit cc98739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Expand Up @@ -58,11 +58,15 @@ changelog:

dockers:
- dockerfile: build/Dockerfile
binaries:
- golangci-lint
image_templates:
- "golangci/golangci-lint:latest"
- "golangci/golangci-lint:{{ .Tag }}"
- "golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}"
- dockerfile: build/Dockerfile.alpine
binaries:
- golangci-lint
image_templates:
- "golangci/golangci-lint:latest-alpine"
- "golangci/golangci-lint:{{ .Tag }}-alpine"
Expand Down

0 comments on commit cc98739

Please sign in to comment.