Fix name of the tags array
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ let
|
|||||||
variables = variables // {
|
variables = variables // {
|
||||||
only = "-only=qemu.amd64";
|
only = "-only=qemu.amd64";
|
||||||
};
|
};
|
||||||
tag = [ "qemu" ];
|
tags = [ "qemu" ];
|
||||||
parallel = {
|
parallel = {
|
||||||
matrix = qemu_list;
|
matrix = qemu_list;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user