Skip to content

Commit 70ec001

Browse files
committed
fix: update Docker Release workflow to build from cmd/reverseproxy
1 parent 1ea5ae4 commit 70ec001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: go mod download
2323

2424
- name: Build
25-
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o build/go-reverseproxy-ssl .
25+
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o build/go-reverseproxy-ssl ./cmd/reverseproxy
2626

2727
- name: Test
2828
run: go test -v ./...

0 commit comments

Comments
 (0)