From f54b7c587b170b6c6a27257d604d7ee588b30f20 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 28 Aug 2021 14:47:59 +0800 Subject: [PATCH] feat: use prebuilt docker --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8cd75b6..03d97f3 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.20' args: - ${{ inputs.github_token }} - ${{ inputs.goos }}