Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Goreleaser Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 12, 2019
1 parent e00ea24 commit 3a79d56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ archive:
files:
# Only archive the binary
- none*

dockers:
-
goos: linux
goarch: amd64
binaries:
- secrethub-proxy
image_templates:
- "secrethubio/proxy:{{ .Version }}"
- "secrethubio/proxy:latest"

0 comments on commit 3a79d56

Please sign in to comment.