mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Use git.sha to avoid 0000000
This commit is contained in:
parent
31c084567a
commit
539e423744
@ -190,7 +190,7 @@ def buildx_args(bucket_prefix: str, arch: str, version: ClickHouseVersion) -> Li
|
||||
args = [
|
||||
f"--platform=linux/{arch}",
|
||||
f"--label=build-url={GITHUB_RUN_URL}",
|
||||
f"--label=com.clickhouse.ClickHouseVersion.githash={version.githash}",
|
||||
f"--label=com.clickhouse.ClickHouseVersion.githash={git.sha}",
|
||||
]
|
||||
if bucket_prefix:
|
||||
url = p.join(bucket_prefix, BUCKETS[arch]) # to prevent a double //
|
||||
|
Loading…
Reference in New Issue
Block a user