- Separate variable for an image name
This commit is contained in:
parent
9c3ed15ff0
commit
d423e23058
@ -141,7 +141,7 @@ image_name_format = {
|
|||||||
"^{{ variant }}$": "{{ options['image_name_format'] }}",
|
"^{{ variant }}$": "{{ options['image_name_format'] }}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
".*": "{release_short}-{{ full_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
".*": "{release_short}-{{ full_version }}{{ beta_suffix }}{{ image_name_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||||
}
|
}
|
||||||
|
|
||||||
image_volid_formats = [
|
image_volid_formats = [
|
||||||
|
Loading…
Reference in New Issue
Block a user