From 69872779ce4d61e3688216f6c2ae5333887828f0 Mon Sep 17 00:00:00 2001 From: Mriyam Tamuli Date: Tue, 5 Mar 2019 21:57:47 +0530 Subject: [PATCH] Use valid icon Signed-off-by: Mriyam Tamuli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b69f04..ff874c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # technosophos/slack-notify at 2019-03-05T17:12:20IST FROM technosophos/slack-notify@sha256:696affff27fbda4a15b337946317f9bc391f209bab16c8d073de4379d5cf3ad2 -LABEL "com.github.actions.icon"="slack" +LABEL "com.github.actions.icon"="cast" LABEL "com.github.actions.color"="ffd33d" LABEL "com.github.actions.name"="Slack Notification" LABEL "com.github.actions.description"="This task sends a notification to a Slack channel"