diff --git a/Dockerfile b/Dockerfile index d379bf1..7b69f04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +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.color"="ffd33d" +LABEL "com.github.actions.name"="Slack Notification" +LABEL "com.github.actions.description"="This task sends a notification to a Slack channel"