mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 05:46:16 +02:00
Fix another format string
This commit is contained in:
parent
dba6a9053a
commit
b0ecf075d4
@ -30,7 +30,7 @@ def upload(name):
|
||||
template = Path("Dockerfile.template").read_text()
|
||||
full_url = f"{project_url}{uploaded_url}"
|
||||
replaced = template.replace("TEMPLATE_ROOTFS_URL", full_url)
|
||||
hash = f"{Path('output/{name}.tar.xz.SHA256').read_text()[0:64]} {filename}"
|
||||
hash = f"Path('output/{name}.tar.xz.SHA256').read_text()[0:64] {filename}"
|
||||
replaced = replaced.replace(
|
||||
"TEMPLATE_ROOTFS_HASH", hash
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user