Add login step

This commit is contained in:
Joshua M. Boniface
2024-03-03 19:25:10 -05:00
parent 652b6046b3
commit bddb4cd79f

View File

@@ -400,6 +400,9 @@ def build_docker(jellyfin_version, build_type, _build_arch, _build_version):
)
manifests.append(f"{configurations['docker']['imagename']}:unstable")
# Log in to docker hub
os.system("docker login 2>&1")
# Push the images and manifests to DockerHub (we are already logged in from GH Actions)
for image in images:
log(f">>> Pushing image {image} to DockerHub")