First time Docker Cloud user - Manifest not found?

Hello!

I’ve been wanting to automatically build my docker image using Docker cloud.

I can build this image on my local workstation using

docker build .

But when I hook it up to Docker Cloud’s build service, I’m getting the following error message.

NotFound: 404 Client Error: Not Found ("manifest for citraemu/discord-bot:latest not found")

Could someone explain what is causing this error?

EDIT: Apparently going through Docker Cloud to create this repository did not work. I had to go to Docker Hub and create it from there.

Thank you!