Skip to content

Commit a3079a4

Browse files
committed
remove push on official
1 parent 385ed7a commit a3079a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

kubernetes/kserve/build_upload_release.py

-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
dry_run,
4040
)
4141

42-
for image in [
43-
f"{organization}/torchserve-kfs:{check_ts_version()}-gpu",
44-
]:
45-
try_and_handle(f"docker push {image}", dry_run)
46-
4742
# Cleanup built images
4843
if args.cleanup:
4944
try_and_handle(f"docker system prune --all --volumes -f", dry_run)

0 commit comments

Comments
 (0)