1 Commits

Author SHA1 Message Date
renovate edaaddd024 chore(deps): update dependency mcp to v1.28.0
Docker Build and Push / integration-test (pull_request) Failing after 9s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / build (pull_request) Has been skipped
2026-06-16 21:57:09 +00:00
3 changed files with 10 additions and 16 deletions
+9 -14
View File
@@ -12,8 +12,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
@@ -25,11 +25,10 @@ jobs:
integration-test: integration-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Start Qdrant - name: Start Qdrant
run: | run: |
docker rm -f qdrant 2>/dev/null || true
docker run -d --name qdrant \ docker run -d --name qdrant \
--network "container:$(hostname)" \ --network "container:$(hostname)" \
docker.io/qdrant/qdrant:latest docker.io/qdrant/qdrant:latest
@@ -42,7 +41,7 @@ jobs:
sleep 1 sleep 1
done done
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
@@ -54,36 +53,32 @@ jobs:
QDRANT_URL: http://localhost:6333 QDRANT_URL: http://localhost:6333
COLLECTION_NAME: test_mcp_maildir COLLECTION_NAME: test_mcp_maildir
- name: Cleanup Qdrant
if: always()
run: docker rm -f qdrant 2>/dev/null || true
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test, integration-test] needs: [test, integration-test]
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- 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 }}
- name: Docker metadata - name: Docker metadata
id: meta id: meta
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
with: with:
images: jcabillot/mcp-maildir images: jcabillot/mcp-maildir
tags: | tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
-1
View File
@@ -1 +0,0 @@
test
+1 -1
View File
@@ -1,4 +1,4 @@
mcp==1.28.1 mcp==1.28.0
fastmcp==3.4.2 fastmcp==3.4.2
qdrant-client==1.18.0 qdrant-client==1.18.0
fastembed==0.8.0 fastembed==0.8.0