Fix copy/paste error

zach/fix-for-mars v1.1.0-202f187-202402232016
David Boreham 2024-02-23 13:15:37 -07:00
parent aaed356d32
commit 202f187172
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ def command(ctx, include, exclude, force_rebuild, extra_build_args, publish_imag
result = process_container(build_context) result = process_container(build_context)
if result: if result:
if publish_images: if publish_images:
publish_image(container, image_registry) publish_image(f"{container}:local", image_registry)
else: else:
print(f"Error running build for {build_context.container}") print(f"Error running build for {build_context.container}")
if not opts.o.continue_on_error: if not opts.o.continue_on_error: