From a0b681d5d0858d292fab245e4ed60340ea55a9d5 Mon Sep 17 00:00:00 2001 From: Falldog Date: Fri, 4 Dec 2020 23:34:48 +0800 Subject: [PATCH] revise the docker image path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 447ef56..549a228 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,6 @@ inputs: runs: using: docker - image: hardcoretech/django-migration-checker:latest + image: docker://hardcoretech/django-migration-checker:latest args: - ${{ inputs.app-path }}