diff --git a/Dockerfile b/Dockerfile index 32b4f91..274c917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.7-alpine -LABEL "com.github.actions.name"="Run flake8 on your PR" -LABEL "com.github.actions.description"="GitHub Action to run flake8 on your Pull Requests" -LABEL "com.github.actions.icon"="upload-cloud" +LABEL "com.github.actions.name"="Run flake8 on your PR - with annotations!" +LABEL "com.github.actions.description"="GitHub Action to run flake8 linter on your Pull Requests and add annotations on errors" +LABEL "com.github.actions.icon"="thumbs-up" LABEL "com.github.actions.color"="green" LABEL "com.github.actions.repository"="https://github.com/tayfun/flake8-your-pr" LABEL "com.github.actions.homepage"="https://github.com/tayfun/flake8-your-pr"