diff --git a/Dockerfile b/Dockerfile index 2c82f8f..ae1f9cc 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" +LABEL com.github.actions.name="Rubocop Code 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"