From 8b29141f3b11da28ff7c3b885bb2943c014849df Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Wed, 14 Jul 2021 15:42:01 +0000 Subject: [PATCH] Update action.yml to run with prebuilt docker image for new version 0.6.0 --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index c7c243d..a1bf34e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Release Bot' -description: 'Standard Pony Library and Application release functionality' +description: Standard Pony Library and Application release functionality +name: Release Bot runs: - using: 'docker' - image: 'Dockerfile' + image: docker://ponylang/release-bot-action:0.6.0 + using: docker