ci: Enable buildx caching

This commit is contained in:
Jade Ellis 2025-04-18 21:05:17 +01:00
parent 2e6ec2f89c
commit c5b99fbccd
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -133,8 +133,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
sbom: true
outputs: type=image,"name=${{ needs.define-variables.outputs.images_list }}",push-by-digest=true,name-canonical=true,push=true
env: