Skip to content

Commit b557697

Browse files
authored
Merge pull request #26 from reteps/stengerp/docker
Docker image
2 parents 6a00dd4 + 4985591 commit b557697

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
release:
34
types: [created]
45

@@ -7,6 +8,16 @@ permissions:
78
packages: write
89

910
jobs:
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

0 commit comments

Comments
 (0)