After successfully being able to push my images, I noticed on the overview section on the image details page there's HTML in the overview section instead of whatever else should be there (I think the README contents should go there?)
I think this happened because initially I had my old handle in the container label in my Dockerfile
LABEL org.opencontainers.image.source="https://tangled.org/dane.is.extraordinarily.cool/tealfmbot"
but because my handle had changed on tangled this URL was now a 404. I did re-push the images with the updated handle in the label but it's still showing the HTML output for the tangled 404 page
Ha, funny bug. Yeah I should ignore 4xx codes. It is supposed to refresh on push, so will take a look at that.