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
|
- name: Build and push
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
@ -56,6 +56,8 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=registry,ref=cognee/cognee-mcp:buildcache
|
cache-from: type=registry,ref=cognee/cognee-mcp:buildcache
|
||||||
cache-to: type=registry,ref=cognee/cognee-mcp:buildcache,mode=max
|
cache-to: type=registry,ref=cognee/cognee-mcp:buildcache,mode=max
|
||||||
|
provenance: false
|
||||||
|
sbom: false
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.build.outputs.digest }}
|
run: echo ${{ steps.build.outputs.digest }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue