Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 16, 2024
1 parent fdf698f commit d99bea1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.23.x'
- uses: actions/checkout@v4

- uses: ko-build/[email protected]
- run: ko build
- run: ko build ./cmd/yum2npm
env:
KO_DOCKER_REPO: ghcr.io/kong/yum2npm

0 comments on commit d99bea1

Please sign in to comment.