Skip to content

Commit 1976cc6

Browse files
committed
builder docker image
1 parent 10500fb commit 1976cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
platforms: linux/amd64
3131
file: .github/images/Dockerfile.build
3232
context: ./.github/images/context.build
33-
cache-from: type=gha
33+
cache-from: type=gha,scope=buildkit-amd64
3434
cache-to: type=gha,mode=max
3535
tags: builder:amd64
3636

@@ -41,7 +41,7 @@ jobs:
4141
platforms: linux/arm64
4242
file: .github/images/Dockerfile.build
4343
context: ./.github/images/context.build
44-
cache-from: type=gha
44+
cache-from: type=gha,scope=buildkit-arm64
4545
cache-to: type=gha,mode=max
4646
tags: builder:arm64
4747

0 commit comments

Comments
 (0)