From 41801df67a6ce4502786f13edfacd9e6351bdaf0 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 11:44:27 +0200 Subject: [PATCH] Use a pushed image instead of rebuilding --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9124c4a..1553aef 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,8 @@ inputs: required: false runs: using: docker - image: Dockerfile + # image: Dockerfile + image: docker://ewjoachim/coverage-comment-action:v1 env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}