1 Commits
Author SHA1 Message Date
renovate 5412add1b8 chore(deps): update docker/login-action digest to 06fb636
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / test (pull_request) Successful in 33s
Docker Build and Push / integration-test (pull_request) Successful in 35s
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 23s
Docker Build and Push / build (pull_request) Successful in 3m9s
2026-07-23 16:09:42 +00:00
4 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -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@dbcb813823bdd20940b903addbd779551569679f # v4 uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
+9 -8
View File
@@ -1,8 +1,9 @@
fastmcp>=3,<4 mcp==1.28.1
qdrant-client>=1,<2 fastmcp==3.4.4
fastembed>=0.8.0,<1 qdrant-client==1.18.0
python-dotenv>=1,<2 fastembed==0.8.0
uvicorn>=0.34,<1 python-dotenv==1.2.2
starlette>=1.2,<2 uvicorn==0.51.0
beautifulsoup4>=4,<5 starlette==1.3.1
python-dateutil>=2,<3 beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0