fix image_naming

This commit is contained in:
Clemens 2023-09-29 10:06:11 +02:00
parent 9945f689c4
commit d8c3e9a3ad

View file

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