Lets learn how to get it done
Introduction
Google Cloud Platform (GCP) has two services for hosting container images:
Google Container Registry (GCR)
GCR is a private container registry that runs on Google Cloud, this service has been deprecated since May 15, 2023. So to get latest updates, features and support for the services is necessary to migrate to Artifact Registry.
Artifact Registry
This service allows you to store, manage, and secure not only container images but also language packages. It is integrated with other Google Cloud services, such as Cloud Build, and Cloud Run.