From af4a9db7b0ee3cf602cb75541d72bf568a99da4f Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 2 Jan 2024 11:26:13 +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..b8e4299 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.42' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}