From 2ac3035fa4c4feed6a8272ce278b0577b93cf8e5 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 19 Aug 2023 02:45:27 +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..31f0cc0 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.40' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}