From 848d1149bbef7ab12b8e8175d4776968fd0bc06a Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 27 Jan 2024 14:17:38 +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 54a560b..8b084f9 100644 --- a/action.yml +++ b/action.yml @@ -102,7 +102,7 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.45' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}