fix image_naming

pull/3/head
Clemens 8 months ago
parent 9945f689c4
commit d8c3e9a3ad

@ -22,7 +22,7 @@ def initialize(project):
"project_root_path": PROJECT_ROOT_PATH, "project_root_path": PROJECT_ROOT_PATH,
"build_types": ["IMAGE"], "build_types": ["IMAGE"],
"mixin_types": [], "mixin_types": [],
"image_naming": "NAME_AND_NAME", "image_naming": "NAME_AND_MODULE",
"image_tag": f"{image_tag}", "image_tag": f"{image_tag}",
} }

Loading…
Cancel
Save