mirror of
https://github.com/thegeeklab/drone-github-comment.git
synced 2024-11-22 10:40:42 +00:00
cleanup readme
This commit is contained in:
parent
7c45118b31
commit
6066bedd7c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/release/
|
/release/
|
||||||
drone-github-comment*
|
/drone-github-comment*
|
||||||
|
|
||||||
coverage.out
|
coverage.out
|
||||||
|
@ -28,10 +28,7 @@ go build -v -a -tags netgo -o release/drone-github-comment
|
|||||||
Build the Docker image with the following command:
|
Build the Docker image with the following command:
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
docker build \
|
docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-github-comment .
|
||||||
--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 .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user