Skip to content

Commit 2aa2977

Browse files
feat: use prebuilt image
1 parent ada609c commit 2aa2977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ outputs:
118118

119119
runs:
120120
using: 'docker'
121-
image: 'Dockerfile'
121+
image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.52'
122122
args:
123123
- ${{ inputs.github_token }}
124124
- ${{ inputs.goos }}

0 commit comments

Comments
 (0)