From 62ee97e94889605a1e6a244b0eb4bd6e9d14718d Mon Sep 17 00:00:00 2001 From: Andreas Heim Date: Fri, 14 Jun 2019 14:50:38 -0400 Subject: [PATCH] Update color --- curl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/Dockerfile b/curl/Dockerfile index 66d8160..ab4e235 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -7,7 +7,7 @@ LABEL "version"="1.0.0" LABEL "com.github.actions.name"="curl" LABEL "com.github.actions.description"="run curl" LABEL "com.github.actions.icon"="terminal" -LABEL "com.github.actions.color"="black" +LABEL "com.github.actions.color"="gray-dark" RUN apk add --no-cache --update curl ENTRYPOINT ["/usr/bin/curl"]