From db097cdeb4ae02e2a560a11efae65bb8945730e2 Mon Sep 17 00:00:00 2001 From: djdefi Date: Thu, 6 Oct 2022 21:40:50 -0700 Subject: [PATCH] Use image instead of building (#53) * Use image instead of building * Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2292fe1..c05c27d 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: required: false runs: using: 'docker' - image: 'Dockerfile' + image: 'ghcr.io/djdefi/gitavscan:7' args: - '/gitscan.sh' - ${{ inputs.full }}