Skip to content

Commit

Permalink
fix: invalid goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga committed Nov 8, 2021
1 parent 2318664 commit 96e892f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ dockers:
goos: linux
goarch: amd64
ids:
- meteor
- linux
dockerfile: Dockerfile
image_templates:
- 'docker.io/odpf/{{.ProjectName}}:latest'
- 'docker.io/odpf/{{.ProjectName}}:{{ .Version }}'
- 'docker.io/odpf/{{.ProjectName}}:{{ .Tag }}-amd64'
- 'docker.io/odpf/{{.ProjectName}}:{{ .Version }}-amd64'

brews:
- name: meteor
Expand Down

0 comments on commit 96e892f

Please sign in to comment.