Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Fix build line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonlis committed Dec 19, 2023
1 parent 04ae979 commit 4e5b993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test with the Go CLI
run: make test
- name: Build binary
run: go build cmd/server/server.go -o server
run: go build -o server cmd/server/server.go
- name: Build docker image
run: |
docker buildx build --push \
Expand Down

0 comments on commit 4e5b993

Please sign in to comment.