From d72ab8dd25a5eda93610725037f41779aabb31b8 Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Sat, 31 Aug 2019 02:46:08 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index ae906cf..b5484ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,15 @@ FROM golang:1.12 +LABEL version="1.0.1" +LABEL repository="https://github.com/morphy2k/revive-action" +LABEL homepage="https://github.com/morphy2k/revive-action" +LABEL maintainer="Markus Wiegand " + +LABEL com.github.actions.name="Revive Action" +LABEL com.github.actions.description="Lint your Go code with Revive" +LABEL com.github.actions.icon="code" +LABEL com.github.actions.color="blue" + ENV GOPROXY https://proxy.golang.org RUN go get -v github.com/mgechev/revive