Skip to content

Commit 57093a1

Browse files
committed
wip: BuildKit cache dance
1 parent ddd7d22 commit 57093a1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build-image.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ jobs:
77
steps:
88
- name: Set up Docker Buildx
99
uses: docker/setup-buildx-action@v3
10+
- name: Configure BuildKit cache
11+
uses: actions/cache@v4
12+
id: buildkit-cache
13+
with:
14+
path: buildkit-cache-mount
15+
- name: Inject BuildKit cache
16+
uses: reproducible-containers/buildkit-cache-dance:6f699a72a59e4252f05a7435430009b77e25fe06
17+
with:
18+
cache-dir: buildkit-cache-mount
1019
- name: Build Image
1120
uses: docker/build-push-action@v5
1221
with:

0 commit comments

Comments
 (0)