Skip to content

Commit

Permalink
feat: use prebuilt image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Apr 12, 2024
1 parent ec68290 commit 8fa1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -114,7 +114,7 @@ outputs:

runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/wangyoucao577/go-release-action:v1.50'
args:
- ${{ inputs.github_token }}
- ${{ inputs.goos }}
Expand Down

0 comments on commit 8fa1e83

Please sign in to comment.