We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dcaf5 commit 97f2ebaCopy full SHA for 97f2eba
.github/workflows/image.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/build-push-action@v2
31
with:
32
context: .
33
- file: ./Dockerfile
+ file: ./Dockerfile.service
34
push: true
35
tags: ghcr.io/firecrawl/firecrawl-mcp-server:latest
36
cache-from: type=registry,ref=ghcr.io/firecrawl/firecrawl-mcp-server:latest
0 commit comments