Export required env variables within readme

This commit is contained in:
Thomas Boerger 2019-01-22 11:27:13 +01:00
parent 3ab94b020a
commit 81a6499ee8
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
1 changed files with 6 additions and 1 deletions

View File

@ -8,13 +8,18 @@
[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-docker?status.svg)](http://godoc.org/github.com/drone-plugins/drone-docker)
[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-docker)](https://goreportcard.com/report/github.com/drone-plugins/drone-docker)
Drone plugin to build and publish Docker images to a container registry.
Drone plugin to build and publish Docker images to a container registry. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-docker/).
## Build
Build the binaries with the following commands:
```
export GOOS=linux
export GOARCH=amd64
export CGO_ENABLED=0
export GO111MODULE=on
go test -cover ./...
go build -v -a -tags netgo -o release/linux/amd64/drone-docker ./cmd/drone-docker