Skip to content

Commit bc4de52

Browse files
committed
Try the new gha cache in docker build action
1 parent a3d5655 commit bc4de52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
context: .
5252
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
5353
push: false
54+
cache-from: type=gha
55+
cache-to: type=gha,mode=max
5456
tags: ${{ steps.meta.outputs.tags }}
5557
labels: ${{ steps.meta.outputs.labels }}
5658

0 commit comments

Comments
 (0)