Skip to content

Commit 088f6f4

Browse files
feat: use prebuilt image
1 parent 17f0665 commit 088f6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ inputs:
102102

103103
runs:
104104
using: 'docker'
105-
image: 'Dockerfile'
105+
image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.43'
106106
args:
107107
- ${{ inputs.github_token }}
108108
- ${{ inputs.goos }}

0 commit comments

Comments
 (0)