mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-23 14:09:52 +00:00
Fix typoes
This commit is contained in:
parent
bd7c4e69d4
commit
d7aeb7cab3
4
build.py
4
build.py
@ -304,7 +304,7 @@ def build_docker(jellyfin_version, build_type, _build_arch, _build_version):
|
||||
date = datetime.now().strftime("%Y%m%d-%H%M%S")
|
||||
|
||||
images = list()
|
||||
images_hub = list()
|
||||
images_ghcr = list()
|
||||
for _build_arch in architectures:
|
||||
log(f">> Building Docker image for {_build_arch}...")
|
||||
log("")
|
||||
@ -340,7 +340,7 @@ def build_docker(jellyfin_version, build_type, _build_arch, _build_version):
|
||||
images.append(imagename)
|
||||
|
||||
os.system(f"docker image tag {imagename} ghcr.io/{imagename}")
|
||||
images_hub.append(f"ghcr.io/{imagename}")
|
||||
images_ghcr.append(f"ghcr.io/{imagename}")
|
||||
|
||||
log("")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user