fixing the docker build

This commit is contained in:
vasilije 2025-10-25 12:20:49 +02:00
parent 23e219b547
commit 9d497adb24

View file

@ -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 }}