From 7ff3d766d2cdbb53b10867b52dcafea82ff7b197 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 23 Aug 2019 12:12:48 -0400 Subject: [PATCH] add metadata for action marketplace --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a6bf68..e399c73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM node:10-slim LABEL "com.github.actions.name"="Lighthouse Audit" -LABEL "com.github.actions.description"="Google Chrome Lighthouse tests" -LABEL "com.github.actions.icon"="" -LABEL "com.github.actions.color"="" +LABEL "com.github.actions.description"="Run tests on a webpage via Google's Lighthouse tool" +LABEL "com.github.actions.icon"="check-square" +LABEL "com.github.actions.color"="yellow" LABEL version="0.1.0" LABEL repository="https://github.com/jakejarvis/lighthouse-action"