Enable Docker build cache

This commit is contained in:
Chai Feng 2025-07-11 16:11:04 +08:00
parent b80a1aa9ed
commit bc04ef1309
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

View file

@ -52,3 +52,5 @@ jobs:
use_iptables_legacy=${{ matrix.variant.use_iptables_legacy }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=${{ github.workflow }}-${{ matrix.variant.name }}
cache-to: type=gha,scope=${{ github.workflow }}-${{ matrix.variant.name }},mode=max