Simplify Docker Buildx setup in workflow

Removed unnecessary buildkitd-flags and provenance options.
This commit is contained in:
Vasilije 2025-10-25 13:40:21 +02:00 committed by GitHub
parent 10b475a2dd
commit 7f6f7bbc70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --root /tmp/buildkit --oci-worker-gc --oci-worker-gc-keepstorage=8GB
buildkitd-flags: --root /tmp/buildkit
- name: Log in to Docker Hub
uses: docker/login-action@v3
@ -59,8 +59,7 @@ 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 }}