Skip to content

Commit e8a3527

Browse files
committed
Log a 'success' message when push is complete
1 parent d848073 commit e8a3527

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
@@ -566,6 +566,7 @@ def push_image(self):
566566
self.log.info('Pushing image\n',
567567
extra=dict(progress=layers, phase='pushing'))
568568
last_emit_time = time.time()
569+
self.log.info(f'Successfully pushed {self.output_image_spec}', extra=dict(phase='pushing'))
569570

570571
def run_image(self):
571572
"""Run docker container from built image

0 commit comments

Comments
 (0)