File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
- name : Docker tag
28
28
run : docker tag zilliz/attu:${GITHUB_REF#refs/tags/} zilliz/attu:latest
29
29
30
+ - name : Docker Push version
31
+ run : docker push zilliz/attu:${GITHUB_REF#refs/tags/}
32
+
30
33
- name : Docker Push lastest
31
34
run : docker push zilliz/attu
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const ReqHeaderMiddleware = (
14
14
// all ape requests need set milvus address in header.
15
15
// server will set activeaddress in milvus service.
16
16
const milvusAddress = ( req . headers [ MILVUS_ADDRESS ] as string ) || '' ;
17
- console . log ( req . headers ) ;
17
+
18
18
// only api request has MILVUS_ADDRESS.
19
19
// When client run in express, we dont need static files like: xx.js run this logic.
20
20
// Otherwise will cause 401 error.
You can’t perform that action at this time.
0 commit comments