Skip to content

Commit 093c403

Browse files
committed
remove push on official
1 parent 192785a commit 093c403

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kubernetes/kserve/docker_nightly.py

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
dry_run,
4444
)
4545

46-
# Push Nightly images to official PyTorch Dockerhub account
47-
try_and_handle(f"docker push {organization}/{gpu_version}", dry_run)
48-
4946
# Tag nightly images with latest
5047
try_and_handle(
5148
f"docker buildx imagetools create --tag {organization}/{project}:latest-cpu {organization}/{cpu_version}",

0 commit comments

Comments
 (0)