Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use prebuilt image
Browse files Browse the repository at this point in the history
wangyoucao577 authored Feb 24, 2024
1 parent e48e16c commit b173bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ outputs:

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

0 comments on commit b173bce

Please sign in to comment.