ci: use the Fedora container registry for cephcsi:test

This reduces the dependency on Docker, where image pull rate limits are
seen in the CI.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-11-17 09:47:31 +01:00 committed by mergify[bot]
parent 817edfd1c7
commit 880b5bb427

View File

@ -8,7 +8,7 @@
# little different. # little different.
# #
FROM fedora:latest FROM registry.fedoraproject.org/fedora:latest
ARG GOPATH=/go ARG GOPATH=/go