Skip to content

Commit

Permalink
ghcr action
Browse files Browse the repository at this point in the history
  • Loading branch information
dctalbot committed Mar 17, 2024
1 parent 9e8a071 commit 4ba942d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ghcr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Publish Image"

on:
push:
branches: ["main"]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go
with:
go-version-file: go.mod
- uses: actions/checkout
- uses: ko-build/setup-ko
- run: ko build

0 comments on commit 4ba942d

Please sign in to comment.