billions-sundown-65740
06/30/2025, 6:29 AMelegant-florist-94385
06/30/2025, 2:29 PMdocker_image(
name="my_image"
image_tags=[env("DOCKER_IMAGE_TAG", "default_tag")
#other_args
)
will tag the image using the value in the DOCKER_IMAGE_TAG
environment variable. If the environment variable is not set, the image will be tagged with "default_tag"