From 4aa21017676588e5a8a1c1e81f6f9f6e24bb1e3b Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 11 Sep 2023 10:59:37 +0300 Subject: [PATCH] change dockerfile path Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/actions/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 90f276d..d6197c4 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -11,6 +11,6 @@ outputs: runs: using: "docker" - image: "Dockerfile" + image: "../../Dockerfile" args: - ${{ inputs.who-to-greet }}