File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11on :
2+ workflow_dispatch :
23 release :
34 types : [created]
45
@@ -7,6 +8,16 @@ permissions:
78 packages : write
89
910jobs :
11+ release-docker :
12+ name : Release Docker Image
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-go@v5
17+ with :
18+ go-version : ' 1.24.x'
19+ -
uses :
ko-build/[email protected] 20+ - run : ko build
1021 releases-matrix :
1122 name : Release Go Binary
1223 runs-on : ubuntu-latest
2031 goos : darwin
2132 steps :
2233 - uses : actions/checkout@v4
23- - uses : actions/setup-go@v5
24- with :
25- go-version : ' 1.24.x'
26-
27- -
uses :
ko-build/[email protected] 28- - run : ko build
2934 - uses : wangyoucao577/go-release-action@v1
3035 with :
3136 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments