I tried to configure a GCP cloud build trigger to automatically trigger a new build when a new tag is pushed to a github repository.
However, even if a tag is created and pushed, the build won't trigger at all.
My tag is automatically created and pushed from semantic-release plugin after a successful merge.
I'm sure it's the correct repository, and the regex should accept any tag. There is no files filters.
I have another trigger with type 'Push to a branch' which works correctly on the same repo, so i don't know what i could have miss here.
Any ideas?
Edit 26/1/2023:
Tried to push a tag without the semantic release, which doesn't work either.
i had the same issue , to resolve it you need to :
After that your cloudbuild job with push new tag trigger should start