EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
bb9a8a84
Commit
bb9a8a84
authored
Oct 13, 2021
by
Nikola Jankovic
💻
Browse files
updated tag commit
parent
865696dc
Pipeline
#17502
passed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb9a8a84
...
...
@@ -33,8 +33,8 @@ 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 push $CI_REGISTRY_IMAGE:$CI_COMMIT_
REF_NAME
-
docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE
:$CI_COMMIT_TAG
.
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_
TAG
only
:
-
tags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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