Skip to content

Commit

Permalink
fix(ci): go build from new package(command/healer)
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Sep 13, 2024
1 parent ae35046 commit 08bea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
go-version: 1.19

- name: Test
run: go test -v -gcflags="all=-N -l" ./...
run: go test -v -gcflags="all=-N -l" -count=1 ./...

- name: Build
run: CGO_ENABLED=0 go build -o docker/healer ./command
run: CGO_ENABLED=0 go build -o docker/healer ./command/healer

- name: Build the Docker image
run: docker build -t rmself/healer:${GITHUB_REF_NAME} docker
Expand Down

0 comments on commit 08bea74

Please sign in to comment.