From b05e732c6d35a3e1dc30952ff792fbf9aec7f7ba Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Fri, 28 Jan 2022 19:34:52 +0800 Subject: [PATCH] feat: use prebuilt image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 75da2c1..87d2181 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.24' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}