Prefect can't pull docker image from GCP for the following errror

Worker 'worker_xx.xx.xx.xx' submitting flow run 'd643c25e-f12b-46f1-b154-3fc8d2483ac9'
08:01:05 AM
prefect.flow_runs.worker
Failed to submit flow run 'd643c25e-f12b-46f1-b154-3fc8d2483ac9' to infrastructure.
Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/requests/adapters.py", line 555, in send
    conn = self.get_connection_with_tls_context(
  File "/home/user/.local/lib/python3.9/site-packages/requests/adapters.py", line 411, in get_connection_with_tls_context
    conn = self.poolmanager.connection_from_host(
  File "/usr/lib/python3/dist-packages/urllib3/poolmanager.py", line 245, in connection_from_host
    return self.connection_from_context(request_context)
  File "/usr/lib/python3/dist-packages/urllib3/poolmanager.py", line 257, in connection_from_context
    raise URLSchemeUnknown(scheme)
urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker`Preformatted text`

This issue resolve this
https://github.com/PrefectHQ/prefect/issues/13478