fixing the docker build
This commit is contained in:
parent
23e219b547
commit
9d497adb24
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dockerhub-mcp.yml
vendored
4
.github/workflows/dockerhub-mcp.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
id: build
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
@ -56,6 +56,8 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=cognee/cognee-mcp:buildcache
|
||||
cache-to: type=registry,ref=cognee/cognee-mcp:buildcache,mode=max
|
||||
provenance: false
|
||||
sbom: false
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.build.outputs.digest }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue