mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-09 17:50:38 +00:00
cleanup readme
This commit is contained in:
parent
7c45118b31
commit
6066bedd7c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
/release/
|
||||
drone-github-comment*
|
||||
/drone-github-comment*
|
||||
|
||||
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:
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user