use cache

This commit is contained in:
Elio Bischof
2025-06-17 00:36:03 +02:00
parent 6b62d7f256
commit 2201567f24

View File

@@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Normalize file mtimes
run: |
find . -type f -exec touch -d "2000-01-01T00:00:00Z" {} +
- name: Set up persistent Buildx builder
uses: docker/setup-buildx-action@v3
- run: docker buildx du