Automate tagging of AI Gateway with GitLab version
What does this MR do and why?
Automate tagging of AI Gateway with GitLab version
- Add tag-self-hosted job to create self-hosted-* tags
- Tag is created based on GITLAB_VERSION variable passed from gitlab-org/gitlab
- Job only runs when GITLAB_VERSION is set
- Uses CI_COMMIT_SHA for precise commit reference
This change automates the process of tagging AI Gateway versions to match GitLab versions, making it easier for customers to identify compatible versions for their GitLab installations.
Related to gitlab-org/ai-powered/custom-models/custom-models#44 (moved)