diff --git a/action.yml b/action.yml index 6d4439a..4147639 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack' author: 'rtCamp' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://rtcamp/action-slack-notify:master' branding: icon: 'bell' color: 'yellow'