diff --git a/Dockerfile b/Dockerfile index 1e85450..404541b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ruby:2.5 -LABEL com.github.actions.name="Rubocop" +LABEL com.github.actions.name="Rubocop checks" 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"