Skip to content

Commit

Permalink
No longer try to push prebuilt image to local registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed May 16, 2024
1 parent f2c4d5c commit 9f24bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/request/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _run(
message=f"Build result: {build_success_message}"
)

if IN_KUBERNETES:
if IN_KUBERNETES and not worker_image.is_prebuilt:
push_result = worker_image_service.push(
service_context,
image=worker_image.id,
Expand Down

0 comments on commit 9f24bab

Please sign in to comment.