Skip to content

Commit ec688e8

Browse files
hyperpolymathclaude
andcommitted
fix: use root Containerfile (MCP bridge) for CI container builds
The container/ Containerfile requires a pre-built V binary that isn't available in CI. The root Containerfile builds the lightweight MCP stdio bridge which has zero dependencies and works in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2929952 commit ec688e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
5151
with:
5252
context: .
53-
file: container/Containerfile
53+
file: Containerfile
5454
push: true
5555
tags: |
5656
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)