From ffa54a5c292cb5b3631981ec921de72bfc2898c7 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 21 Nov 2021 17:40:44 +0900 Subject: [PATCH] Revert "Run on local Dockerfile" This reverts commit eda7bc35b426ee65663bb1803f7fb04d250d7955. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bfa49ad..f42d4ec 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: default: profile.xml runs: using: docker - image: Dockerfile + image: docker://ghcr.io/koriym/asd-action args: - ${{ inputs.config }} - ${{ inputs.profile }}