cleanup readme

This commit is contained in:
Robert Kaussow 2021-01-12 09:11:55 +01:00
parent 7c45118b31
commit 6066bedd7c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/release/
drone-github-comment*
/drone-github-comment*
coverage.out

View File

@ -28,10 +28,7 @@ go build -v -a -tags netgo -o release/drone-github-comment
Build the Docker image with the following command:
```Shell
docker build \
--label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
--file docker/Dockerfile.amd64 --tag thegeeklab/drone-github-comment .
docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-github-comment .
```
## Usage