From 982f7a7e565c4d2fc30720e46e012ff2aabcc319 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 19 Nov 2021 19:42:14 +0900 Subject: [PATCH] Add docker:// --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aac47f0..f42d4ec 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: default: profile.xml runs: using: docker - image: ghcr.io/koriym/asd-action + image: docker://ghcr.io/koriym/asd-action args: - ${{ inputs.config }} - ${{ inputs.profile }}