Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Feb 23, 2024
1 parent aaed356 commit 202f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack_orchestrator/build/build_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def command(ctx, include, exclude, force_rebuild, extra_build_args, publish_imag
result = process_container(build_context)
if result:
if publish_images:
publish_image(container, image_registry)
publish_image(f"{container}:local", image_registry)
else:
print(f"Error running build for {build_context.container}")
if not opts.o.continue_on_error:
Expand Down

0 comments on commit 202f187

Please sign in to comment.