Skip to content

Commit 19d7c16

Browse files
authored
Merge pull request #482 from yuvipanda/push-log
Log a 'success' message when push is complete
2 parents 1fe211d + e8a3527 commit 19d7c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ def push_image(self):
589589
self.log.info('Pushing image\n',
590590
extra=dict(progress=layers, phase='pushing'))
591591
last_emit_time = time.time()
592+
self.log.info(f'Successfully pushed {self.output_image_spec}', extra=dict(phase='pushing'))
592593

593594
def run_image(self):
594595
"""Run docker container from built image

0 commit comments

Comments
 (0)