Skip to content

Commit

Permalink
Setup gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kafran committed Nov 14, 2024
1 parent 1de9f8e commit 2604613
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish

on:
push:
branches: ['main']

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- uses: actions/checkout@v4
- uses: ko-build/[email protected]
- run: ko build ./app

0 comments on commit 2604613

Please sign in to comment.