ci: correct prefix path for centos mirroring repository

as a solution to the image referencing issue, we are prefixing
the string `quay.io` as a tag in mirror image list.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-03-31 13:54:20 +05:30 committed by mergify[bot]
parent b553425d85
commit 9758f45614

View File

@ -8,14 +8,14 @@
# ceph-csi devel # ceph-csi devel
docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2 docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2
quay.io/ceph/ceph:v17 ceph/ceph:v17 quay.io/ceph/ceph:v17 quay.io/ceph/ceph:v17
# ceph-csi v3.5 # ceph-csi v3.5
quay.io/ceph/ceph:v16 ceph/ceph:v16 quay.io/ceph/ceph:v16 quay.io/ceph/ceph:v16
docker.io/rook/ceph:v1.6.2 rook/ceph:v1.6.2 docker.io/rook/ceph:v1.6.2 rook/ceph:v1.6.2
# ceph-csi v3.3 # ceph-csi v3.3
quay.io/ceph/ceph:v15 ceph/ceph:v15 quay.io/ceph/ceph:v15 quay.io/ceph/ceph:v15
docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9 docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9
# e2e testing # e2e testing