Facing issue while uploading docker image from deploy candidate building process

During the deployment candidate build process, all steps were completed successfully except for the upload of the Docker image. Despite having granted Docker sudo access and provided the Docker registry’s access key ID and password, the upload failed.

I would appreciate suggestions on whether there was a mistake during the installation steps or if any configurations need to be changed.

You have to register an account with DigitalOcean Container Registry service, then in the Docker Registry section, fill in the fields as given below:

  • Docker Registry URL: registry.digitalocean.com/youraccount
  • Docker Registry Namespace: any name you like, e.g. frappe-cloud
  • Docker Registry Username: your DigitalOcean email
  • Docker Registry Password: your DigitalOcean API key

Sometimes the uploading process may fail unexpectedly, try to redeploy or rebuild the image. Good luck!