diff --git a/Dockerfile b/Dockerfile index b0cab5a..98d5e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM alpine:latest LABEL "com.github.actions.name"="GitHub Releases" LABEL "com.github.actions.description"="Upload build artifacts to GitHub releases" -LABEL "com.github.actions.icon"="log-in" -LABEL "com.github.actions.color"="blue" +LABEL "com.github.actions.icon"="tag" +LABEL "com.github.actions.color"="black" ENV GHR_FORK tcnksm/ghr ENV GHR_VERSION 0.12.0