Add a CI action for tagging next release
This mostly ensures we have consistent names for our tags and gives an easy way to create them. This will trigger kokkuri's build-and-publish-image step, releasing a new docker image for the tag.
Requirements:
- Api access token created in gitlab and added to CI variables as CI_PROJECT_PASSWORD.
- Configure gitlab protected tags for
v*
.
Bug: T344466