Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add log entry before pushing image to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jun 19, 2019
1 parent ef1f6b4 commit 2205797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pachypy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ def _build_image(self, pipeline_spec: dict, build_options: Optional[dict] = None
self._built_images.add(image)

if push:
self.logger.info(f"Pushing image to registry ...")
registry_adapter = self._get_registry_adapter(image)
digest = registry_adapter.push_image(image)
self._image_digests[image] = digest
Expand Down

0 comments on commit 2205797

Please sign in to comment.