From d05c83fa77d06985f1687882c85f05d9ac21a7c1 Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:39:10 +0100 Subject: [PATCH] Update action.yml --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b0edd80b..673e3da5 100644 --- a/action.yml +++ b/action.yml @@ -374,7 +374,8 @@ runs: # On forked actions, rebuild the docker image instead else echo "This is a forked version, rebuilding docker image from Dockerfile" - docker build -t metrics:forked -f $METRICS_ACTION_PATH/Dockerfile . + cd $METRICS_ACTION_PATH + docker build -t metrics:forked . docker run metrics:forked fi shell: bash