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