Once again fix the previous commit

I also missed both the array parens. ;-(

Change-Id: If74cc4e0d42112b13e04325d3f7d1579f14f1f23
This commit is contained in:
Radosław Piliszek 2023-12-11 19:36:28 +01:00
parent fc8de4a98e
commit a55cdb1ef3

View File

@ -2,7 +2,7 @@
tasks:
- name: Verify repository naming scheme
when: |
not zj_image.repository | regex_search("".join("^quay.io/", zuul.project.name, "\\b"))
not zj_image.repository | regex_search("".join(["^quay.io/", zuul.project.name, "\\b"]))
loop: "{{ container_images }}"
loop_control:
loop_var: zj_image