found the solution by myself. Gitea needs the organisation in the tagname. So instead of the tag tags: "my.domain.com/ebooks:${{gitea.sha}}" it's needed to use the tag: "my.domain.com/organisation/ebooks:${{gitea.sha}}"
Also for the second tag