Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
egoodhall committed Jan 20, 2024
1 parent 3c132ac commit 15303bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
main-${{ github.event.before }}
- name: Print build plan
run: go run ./cmd/gravel plan
run: go run . plan

- name: Run build
run: go run ./cmd/gravel build
run: go run . build

- name: Set up Ko
uses: ko-build/setup-ko@v0.6

- name: Build container
run: ko build --base-import-paths ./cmd/gravel
run: ko build --base-import-paths .

0 comments on commit 15303bb

Please sign in to comment.