CI: Fix visibility publish task

Change-Id: I41bab698e17254d8c92e621ba9b88b6fe20c2300
This commit is contained in:
Michal Nasiadka 2023-05-08 13:02:03 +02:00
parent 115b46f76f
commit 1cf4e75aaa
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@
Authorization: "Bearer {{ kolla_quay_io_api.token | trim }}"
body: '{"visibility": "public"}'
body_format: json
loop: "{{ docker_host_info.images }}"
when: kolla_registry == 'quay.io'