Skip to content

Commit 862ba25

Browse files
committed
use docker cache
1 parent 8869fea commit 862ba25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/Build-Docker.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ docker buildx build --load `
5959
--build-arg VERSION="$gitVersion" `
6060
--cache-from "type=registry,ref=$LATEST_VERSION_IMAGE" `
6161
--cache-to "type=inline" `
62+
--build-arg BUILDKIT_INLINE_CACHE=1 `
6263
-t "$GIT_VERSION_IMAGE" `
6364
-f "$DockerfilePath" .
6465

0 commit comments

Comments
 (0)