Skip to content

Commit

Permalink
using creator 1.1.0 in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 18, 2024
1 parent 57fa008 commit d0b03ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ def prepare_builder_for(config: Configuration | ConfigLike) -> ConfigBuilder:
if config.has_beta("image-creator-1.0"):
# set special image-creator.version prop in YAML that worker understands
# and will have it change imager path
builder.config["image-creator"] = {"version": "1.0.2"}
builder.config["image-creator"] = {"version": "1.1.0"}

return builder

0 comments on commit d0b03ed

Please sign in to comment.