Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bf3fa3066 | ||
|
|
24b4e090a2 | ||
|
|
1f66018225 | ||
|
|
8ecbfbb613 | ||
|
|
8a4fdb6d49 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
fastmcp>=3,<4
|
||||
fastmcp>=4,<5
|
||||
qdrant-client>=1,<2
|
||||
fastembed>=0.8.0,<1
|
||||
python-dotenv>=1,<2
|
||||
|
||||
Reference in New Issue
Block a user