From 089caf70d58c650a7f1b08f844b3c4a286d143c5 Mon Sep 17 00:00:00 2001 From: zcong1993 Date: Thu, 29 Aug 2019 19:57:54 +0800 Subject: [PATCH] use builded image --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1994b9a..919e335 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'zcong1993' branding: icon: 'message-square' color: 'blue' -inputs: +inputs: dingToken: description: 'DingDing bot token' required: true @@ -14,4 +14,4 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://zcong/actions-ding:latest'