Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 3, 2019
1 parent 750ba67 commit 5767799
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 @@ -37,9 +37,9 @@ brews:
dockers:
-
goos: linux
goarch: amd64
goarch: amd64
binaries:
- mybinary
- chrome-protocol-proxy
image_templates:
- "docker.pkg.github.com/wendigo/chrome-protocol-proxy/chrome-protocol-proxy:latest"
- "docker.pkg.github.com/wendigo/chrome-protocol-proxy/chrome-protocol-proxy:{{ .Tag }}"
Expand Down

0 comments on commit 5767799

Please sign in to comment.