feat: add GitHub Actions cache for Docker layer builds

Use GHA cache backend (cache-from/cache-to) so that unchanged
layers (especially the slow ARM pip install) are reused across runs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-04-12 21:30:05 +02:00
parent 74e4327a37
commit 10cc2031d1

View File

@@ -83,3 +83,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ${{ steps.tags.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max