diff --git a/Dockerfile b/Dockerfile index 262c6d3..2c82f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:2.6.3-alpine RUN apk add --no-cache --update build-base linux-headers git -LABEL com.github.actions.name="Rubocop checks" +LABEL com.github.actions.name="Rubocop" LABEL com.github.actions.description="Lint your Ruby code in parallel to your builds" LABEL com.github.actions.icon="code" LABEL com.github.actions.color="red"