ci: Cache layers

This commit is contained in:
Matt Borgerson
2026-01-11 16:03:53 -07:00
parent 3db3d87bef
commit ee261b9f3f

View File

@@ -42,6 +42,8 @@ jobs:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-wheel:
runs-on: ubuntu-latest