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"