diff --git a/Dockerfile b/Dockerfile index 33399b0..ff3dacd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM debian:9.6-slim LABEL "com.github.actions.name"="Assignee to reviewer" LABEL "com.github.actions.description"="Create review requests based on assignees" LABEL "com.github.actions.icon"="arrow-up-right" -LABEL "com.github.actions.color"="dark-gray" +LABEL "com.github.actions.color"="gray-dark" -LABEL version="1.0.1" +LABEL version="1.0.2" LABEL repository="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL homepage="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL maintainer="Abi Noda "