Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!74
Resolve "Wrong tag naming"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Wrong tag naming"
44-wrong-tag-naming
into
master
Overview
5
Commits
2
Pipelines
3
Changes
2
Merged
Jon Azpiazu
requested to merge
44-wrong-tag-naming
into
master
3 years ago
Overview
5
Commits
2
Pipelines
3
Changes
2
Expand
Closes
#44 (closed)
Edited
3 years ago
by
Jon Azpiazu
0
0
Merge request reports
Viewing commit
e06df346
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e06df346
Fix tag name for ddeploy docker image
· e06df346
Jon Azpiazu
authored
3 years ago
ci-templates/README.adoc
+
1
−
1
Options
@@ -23,7 +23,7 @@ The Core pipeline, defined in link:ci-templates/core.yml[], has the following st
** Calls `ddeploy` to generate the docker image
** Renames the image created by ddeploy with different tags and pushes them to the registry.
*** Tag `${COMMIT_SHA}` (hash of commit)
*** Tag `${CI_COMMIT_REF
_SLUG
}` (branch or tag name)
*** Tag `${CI_COMMIT_REF}` (branch or tag name)
*** Tag `latest` only on the default branch
- Stage: `.post`
* Check `bash`/`sh` script syntax
Loading