From 4c213d979e75a6d04ae0cd36d93ddcb376464205 Mon Sep 17 00:00:00 2001 From: jcblw Date: Sat, 13 Jul 2019 09:51:38 -0700 Subject: [PATCH] add in a allowed icon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02a6b4c..aa92858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:12.3.1 LABEL "com.github.actions.name"="Puppeteer Headful" LABEL "com.github.actions.description"="A GitHub Action / Docker image for Puppeteer, the Headful Chrome Node API" -LABEL "com.github.actions.icon"="chrome" +LABEL "com.github.actions.icon"="layout" LABEL "com.github.actions.color"="blue" LABEL "repository"="https://github.com/jcblw/puppeteer-headful"