Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-camel-model-repository
Commits
881cf493
Commit
881cf493
authored
Mar 18, 2020
by
Alicja Reniewicz
Browse files
fixed container registry address
parent
79809280
Pipeline
#8061
passed with stages
in 11 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
881cf493
...
...
@@ -49,7 +49,7 @@ build-server-docker:
-
cd cdo_server_oxygen/server-core/src/main/docker/
-
cp ../../../target/server-core.jar .
script
:
-
docker login gitlab.ow2.org:4567 -u $K8S_SECRET_DOCKER_USER
-
p
$K8S_SECRET_DOCKER_
PASSWORD
-
docker build -t
gitlab.ow2.org:4567/melodic
/cdo-server:$CI_COMMIT_BRANCH .
-
docker push
gitlab.ow2.org:4567/melodic
/cdo-server:$CI_COMMIT_BRANCH
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY
-
u
$K8S_SECRET_DOCKER_
USER --password-stdin
-
docker build -t
$CI_REGISTRY_IMAGE
/cdo-server:$CI_COMMIT_BRANCH .
-
docker push
$CI_REGISTRY_IMAGE
/cdo-server:$CI_COMMIT_BRANCH
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