Skip to content

Commit 2ffffd8

Browse files
committed
clean console
Signed-off-by: nameczz <zizhao.chen@zilliz.com>
1 parent b5499e9 commit 2ffffd8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Docker tag
2828
run: docker tag zilliz/attu:${GITHUB_REF#refs/tags/} zilliz/attu:latest
2929

30+
- name: Docker Push version
31+
run: docker push zilliz/attu:${GITHUB_REF#refs/tags/}
32+
3033
- name: Docker Push lastest
3134
run: docker push zilliz/attu

express/src/middlewares/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const ReqHeaderMiddleware = (
1414
// all ape requests need set milvus address in header.
1515
// server will set activeaddress in milvus service.
1616
const milvusAddress = (req.headers[MILVUS_ADDRESS] as string) || '';
17-
console.log(req.headers);
17+
1818
// only api request has MILVUS_ADDRESS.
1919
// When client run in express, we dont need static files like: xx.js run this logic.
2020
// Otherwise will cause 401 error.

0 commit comments

Comments
 (0)