Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
25575849
Commit
25575849
authored
Jul 21, 2021
by
Anna Warno
Browse files
Update .gitlab-ci.yml
parent
d82561bd
Pipeline
#14907
passed with stages
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25575849
...
...
@@ -212,3 +212,18 @@ deploy:tft:
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag tft:latest $CI_REGISTRY_IMAGE/tft:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/tft:$CI_COMMIT_BRANCH
deploy:arima:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
docker build -t arima -f ./deployment/arima/Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag arima:latest $CI_REGISTRY_IMAGE/arima:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/arima:$CI_COMMIT_BRANCH
Write
Preview
Supports
Markdown
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