From e207ae44f5eb2cbfac9025712af9d2e1cab5d9da Mon Sep 17 00:00:00 2001 From: Oleksandr Bordun Date: Sat, 9 Mar 2019 14:08:35 +0100 Subject: [PATCH] Updating color --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 463fd60..b093b53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL maintainer="Oleksandr Bordun " LABEL com.github.actions.name="GitHub Action for Yarn" LABEL com.github.actions.description="Wraps the yarn CLI to enable common yarn commands." LABEL com.github.actions.icon="package" -LABEL com.github.actions.color="#2188b6" +LABEL com.github.actions.color="blue" # COPY LICENSE README.md THIRD_PARTY_NOTICE.md / COPY "entrypoint.sh" "/entrypoint.sh"