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