```image='{}/{}-build:{}'.format(container_registr...
# python
j
Copy code
image='{}/{}-build:{}'.format(container_registry.login_server,
                                                                      project_name,
                                                                      get_image_tag_stdout),
g
You need to use a special method to change the value of an output - see https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs for more detail.
j
Thanks a lot @gentle-diamond-70147