Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Traylen
reposync
Commits
f513c322
Commit
f513c322
authored
Aug 06, 2018
by
Alex Iribarren
Browse files
Tag docker images
parent
895d02cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f513c322
...
...
@@ -56,14 +56,25 @@ build_reposync_branch:
except
:
-
master
tag
:
tag
_reposync
:
stage
:
tag
tags
:
-
docker-image-build
script
:
"
echo"
# unused but this line is required by GitLab CI
variables
:
TO
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
# put the tag in the name
except
:
CONTEXT_DIR
:
reposync
TO
:
$CI_REGISTRY_IMAGE/do_reposync:$CI_COMMIT_TAG
only
:
-
tags
tag_scheduler
:
stage
:
tag
tags
:
-
docker-image-build
script
:
"
echo"
# unused but this line is required by GitLab CI
variables
:
CONTEXT_DIR
:
scheduler
TO
:
$CI_REGISTRY_IMAGE/reposync_scheduler:$CI_COMMIT_TAG
only
:
-
tags
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment