mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-07-17 21:26:12 +02:00
Enable Docker build cache
This commit is contained in:
parent
b80a1aa9ed
commit
bc04ef1309
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue