EOX GitLab Instance
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
ingestor
Commits
18ee6f2d
Commit
18ee6f2d
authored
Oct 21, 2021
by
Nikola Jankovic
💻
Browse files
added tag info to deploy
parent
71c1fcd3
Pipeline
#17844
passed with stages
in 5 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
18ee6f2d
...
...
@@ -33,7 +33,7 @@ deploy:
stage
:
deploy
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
-
docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE .
-
docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE
:$CI_COMMIT_TAG
.
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
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