mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Do not use inline cache in server images
This commit is contained in:
parent
68b48a0bc0
commit
ca67576720
@ -238,7 +238,7 @@ def build_and_push_image(
|
||||
result = [] # type: TestResults
|
||||
if os != "ubuntu":
|
||||
tag += f"-{os}"
|
||||
init_args = ["docker", "buildx", "build", "--build-arg BUILDKIT_INLINE_CACHE=1"]
|
||||
init_args = ["docker", "buildx", "build"]
|
||||
if push:
|
||||
init_args.append("--push")
|
||||
init_args.append("--output=type=image,push-by-digest=true")
|
||||
|
Loading…
Reference in New Issue
Block a user