fix: change context of docker build
This commit is contained in:
parent
711ae8e675
commit
915384a944
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerhub-mcp.yml
vendored
2
.github/workflows/dockerhub-mcp.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: cognee-mcp
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue