Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dctalbot committed Mar 17, 2024
1 parent 31c5242 commit b4ac01b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: actions/checkout
- uses: ko-build/setup-ko
- uses: ko-build/setup-ko@v0.6
- run: ko build

0 comments on commit b4ac01b

Please sign in to comment.