ci: caching
All checks were successful
Build Docker Image / build (default) (push) Successful in 6m28s
Build Docker Image / build (python) (push) Successful in 7m12s
Build Docker Image / build (full) (push) Successful in 37m30s
Build Docker Image / build (full-python) (push) Successful in 38m28s

This commit is contained in:
2025-06-14 21:50:27 +02:00
parent a8678b1deb
commit 431f24925c

View File

@@ -55,5 +55,5 @@ jobs:
provenance: mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}