mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-27 00:00:25 +00:00
Avoid ghcr.io tag if no_push
This commit is contained in:
parent
027db4a953
commit
5295c46936
5
build.py
5
build.py
@ -354,8 +354,9 @@ def build_docker(
|
||||
)
|
||||
images_hub.append(imagename)
|
||||
|
||||
os.system(f"docker image tag {imagename} ghcr.io/{imagename}")
|
||||
images_ghcr.append(f"ghcr.io/{imagename}")
|
||||
if not no_push:
|
||||
os.system(f"docker image tag {imagename} ghcr.io/{imagename}")
|
||||
images_ghcr.append(f"ghcr.io/{imagename}")
|
||||
|
||||
log("")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user