From b173bce0484dc9f34c585181e5db16bd8756a21e Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 24 Feb 2024 03:12:03 +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 16e3b38..b212880 100644 --- a/action.yml +++ b/action.yml @@ -114,7 +114,7 @@ outputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.49' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}