fix image_naming
This commit is contained in:
parent
9945f689c4
commit
d8c3e9a3ad
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue