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.
1 parent d848073 commit e8a3527Copy full SHA for e8a3527
repo2docker/app.py
@@ -566,6 +566,7 @@ def push_image(self):
566
self.log.info('Pushing image\n',
567
extra=dict(progress=layers, phase='pushing'))
568
last_emit_time = time.time()
569
+ self.log.info(f'Successfully pushed {self.output_image_spec}', extra=dict(phase='pushing'))
570
571
def run_image(self):
572
"""Run docker container from built image
0 commit comments