
Tags | GitLab Docs
Use Git tags to mark important points in a repository's history, and trigger CI/CD pipelines.
Tags - GitLab
Use Git tags to mark important points in a repository's history, and trigger CI/CD pipelines.
git - Understanding Gitlab CI tags - Stack Overflow
The two concepts can be mixed up when you use tags (in Git) to start your pipeline in GitLab CI. In your .gitlab-ci.yml, you can specify the section only with tags.
Git - Tagging
Creating Tags Git supports two types of tags: lightweight and annotated. A lightweight tag is very much like a branch that doesn’t change — it’s just a pointer to a specific commit. Annotated tags, however, …
Gitlab Pipeline – tags – What is tags in GitLab CI/CD?
May 27, 2025 · The tags keyword in a GitLab CI/CD job definition is used to specify which GitLab Runners should execute that job. GitLab Runners are the agents that actually run your CI/CD tasks. …
A Step-by-Step Guide to Creating a Tag in GitLab
Jan 1, 2024 · In this step-by-step guide, we will walk through the process of creating a tag in GitLab and discuss best practices for tagging. By the end of this guide, you will have a clear understanding of …
Tags | GitLab
Tags help you mark certain deployments and releases for later reference. Git supports two types of tags: Annotated tags: An unchangeable part of Git history. Lightweight (soft) tags: Tags that can be set …
Manipulate Tags on Gitlab CI/CD - DEV Community
Mar 29, 2024 · Access token is needed to give permission to access the Gitlab api. Navigate to your project then go to the sidebar -> Settings -> Access Tokens. Token name is "tag". Select scope …
Index · Tags · Repository · Project · User · Help · GitLab
Git enforces tag name rules to help ensure tag names remain compatible with other tools. GitLab adds extra requirements for tag names, and provides benefits for well-structured tag names.
CI/CD YAML syntax reference | GitLab Docs
GitLab CI/CD configuration uses YAML formatting, so the order of keywords is not important unless otherwise specified. Use CI/CD expressions for more dynamic pipeline configuration options.