Skip to content

Commit

Permalink
Merge pull request #97 from fuweid/add-docker-build-in-action
Browse files Browse the repository at this point in the history
.github: add image-build in action
  • Loading branch information
fuweid authored Feb 19, 2024
2 parents e9952ae + ed320e4 commit 457bab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
go-version: "1.21"
- name: build
run: make build
- name: image-build
run: make image-build

0 comments on commit 457bab7

Please sign in to comment.