Skip to content

Commit

Permalink
Test using ko for building container
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jun 19, 2024
1 parent a0611ca commit 4e327b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ko.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish

on:
push:
branches: ['ko_build']

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22.4'
- uses: actions/checkout@v4

- uses: ko-build/[email protected]
env:
KO_DOCKER_REPO: ko.local
- run: ko build

0 comments on commit 4e327b9

Please sign in to comment.