Hello!
I’ve been wanting to automatically build my docker image using Docker cloud.
https://github.com/citra-emu/discord-bot
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!