We now successfully use Drone with Gitea to build application in Kuberntes, everything seems to be OK excepting one.
We want to make some build when we create a release (tag) in Gitea. But when we create that release (and the associated tag), it seems that Drone do not see the tag event.
trigger:
event:
- tag
ref:
- refs/tags/stable-*
If we create the tag with git CLI (git tag -a ...) and we push the tag, it’s ok.