5 Commits
Author SHA1 Message Date
renovate 7bf3fa3066 chore(deps): update dependency fastmcp to v4
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 15s
Docker Build and Push / test (pull_request) Successful in 2m2s
Docker Build and Push / integration-test (pull_request) Successful in 2m15s
PR Checks / build-test (pull_request) Successful in 2m32s
Docker Build and Push / build (pull_request) Successful in 1m45s
2026-09-17 11:09:25 +00:00
opencodecabilloteu 24b4e090a2 Merge pull request 'chore(deps): update docker/build-push-action digest to c3c9e26' (#49) from renovate/docker-build-push-action-digest into main
Docker Build and Push / test (push) Successful in 2m7s
Main Release / hadolint (push) Successful in 10s
Docker Build and Push / integration-test (push) Successful in 2m26s
Main Release / test (push) Successful in 26s
Main Release / build (push) Successful in 22s
Docker Build and Push / build (push) Successful in 2m35s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 20s
Tag Release / build-push (push) Successful in 2m47s
2026-09-17 06:30:15 -04:00
renovate 1f66018225 chore(deps): update docker/build-push-action digest to c3c9e26
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 12s
PR Checks / build-test (pull_request) Successful in 26s
Docker Build and Push / test (pull_request) Successful in 1m59s
Docker Build and Push / integration-test (pull_request) Successful in 2m8s
Docker Build and Push / build (pull_request) Successful in 1m47s
2026-09-17 10:09:45 +00:00
opencodecabilloteu 8ecbfbb613 Merge pull request 'chore(deps): update docker/build-push-action action to v7.4.0' (#50) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / test (push) Successful in 1m55s
Main Release / hadolint (push) Successful in 8s
Docker Build and Push / integration-test (push) Successful in 2m4s
Main Release / test (push) Successful in 2m13s
Main Release / build (push) Successful in 19s
Docker Build and Push / build (push) Successful in 2m26s
Main Release / tag (push) Successful in 12s
Tag Release / hadolint (push) Successful in 9s
Tag Release / test (push) Successful in 20s
Tag Release / build-push (push) Successful in 2m57s
2026-09-17 05:32:23 -04:00
renovate 8a4fdb6d49 chore(deps): update docker/build-push-action action to v7.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 10s
Docker Build and Push / test (pull_request) Successful in 2m6s
PR Checks / build-test (pull_request) Successful in 24s
Docker Build and Push / integration-test (pull_request) Successful in 2m21s
Docker Build and Push / build (pull_request) Successful in 1m58s
2026-09-17 09:12:14 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
images: jcabillot/mcp-maildir
tags: |
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
- uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
file: pkg/Dockerfile
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7
with:
context: .
file: pkg/Dockerfile
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
tags: |
type=ref,event=tag
type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
- uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
file: pkg/Dockerfile
+1 -1
View File
@@ -1,4 +1,4 @@
fastmcp>=3,<4
fastmcp>=4,<5
qdrant-client>=1,<2
fastembed>=0.8.0,<1
python-dotenv>=1,<2