From 09860831ed1af40a26790704f077627ffa330c27 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Wed, 7 Feb 2024 13:50:54 +0000 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 f5adf41..b0201de 100644 --- a/action.yml +++ b/action.yml @@ -110,7 +110,7 @@ outputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.47' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}