Compare commits
1 Commits
main
..
e2661170ac
| Author | SHA1 | Date | |
|---|---|---|---|
| e2661170ac |
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
|
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ fastmcp==3.4.2
|
|||||||
qdrant-client==1.18.0
|
qdrant-client==1.18.0
|
||||||
fastembed==0.8.0
|
fastembed==0.8.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
uvicorn==0.50.0
|
uvicorn==0.49.0
|
||||||
starlette==1.3.1
|
starlette==1.3.1
|
||||||
beautifulsoup4==4.15.0
|
beautifulsoup4==4.15.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
|
|||||||
Reference in New Issue
Block a user