We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fe211d + e8a3527 commit 19d7c16Copy full SHA for 19d7c16
repo2docker/app.py
@@ -589,6 +589,7 @@ def push_image(self):
589
self.log.info('Pushing image\n',
590
extra=dict(progress=layers, phase='pushing'))
591
last_emit_time = time.time()
592
+ self.log.info(f'Successfully pushed {self.output_image_spec}', extra=dict(phase='pushing'))
593
594
def run_image(self):
595
"""Run docker container from built image
0 commit comments