diff --git a/.gitignore b/.gitignore index 8599ea2..624b303 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /release/ -drone-github-comment* +/drone-github-comment* coverage.out diff --git a/README.md b/README.md index 208fce0..f822bbb 100644 --- a/README.md +++ b/README.md @@ -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