docs: readme
parent
396e84e72b
commit
9f9532fc74
15
README.md
15
README.md
|
@ -1 +1,14 @@
|
||||||
# goreleaser-template
|
# goreleaser-template
|
||||||
|
|
||||||
|
This is a advanced goreleaser example to start shipping a Go binary on GitHub.
|
||||||
|
|
||||||
|
### Required environ variables
|
||||||
|
|
||||||
|
- `DOCKERHUB_USERNAME` *
|
||||||
|
- `DOCKERHUB_TOKEN` *
|
||||||
|
- `GPG_PRIVATE_KEY` **
|
||||||
|
- `GPG_PASSPHRASE` **
|
||||||
|
|
||||||
|
(\*) Only required to publish to a Docker registry
|
||||||
|
|
||||||
|
(\*\*) Only required to sign artifacts with a GPG key
|
||||||
|
|
Loading…
Reference in New Issue