Setup caching

This commit is contained in:
2025-11-17 04:51:50 +01:00
parent 6ac36cfddc
commit 826757a257

View File

@@ -77,6 +77,9 @@ jobs:
files: | files: |
./docker-bake.hcl ./docker-bake.hcl
cwd://${{ steps.meta.outputs.bake-file }} cwd://${{ steps.meta.outputs.bake-file }}
set: |
*.cache-from: type=gha
*.cache-to: type=gha,mode=max
push: true push: true
sbom: true sbom: true
provenance: mode=max provenance: mode=max