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