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
melodic-integration
Commits
0311e053
Commit
0311e053
authored
May 10, 2022
by
Jan Marchel
Browse files
Update .gitlab-ci.yml file
parent
81b73b8c
Pipeline
#21095
passed with stages
in 36 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0311e053
...
...
@@ -112,7 +112,7 @@ deploy-rest:mule_esb:
script
:
-
$DOCKER_CLI $MULE_ESB_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $DOCKER_REPO -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag $LOCAL_REPO/melodic/mule:
unknown
$DOCKER_REPO/melodic/melodic-integration/mule:$IMAGE_TAG
-
docker tag $LOCAL_REPO/melodic/mule:
latest
$DOCKER_REPO/melodic/melodic-integration/mule:$IMAGE_TAG
-
docker push $DOCKER_REPO/melodic/melodic-integration/mule:$IMAGE_TAG
deploy-rest:process:
...
...
@@ -128,5 +128,5 @@ deploy-rest:process:
script
:
-
$DOCKER_CLI $PROCESS_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $DOCKER_REPO -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag $LOCAL_REPO/melodic/process:
unknown
$DOCKER_REPO/melodic/melodic-integration/process:$IMAGE_TAG
-
docker tag $LOCAL_REPO/melodic/process:
latest
$DOCKER_REPO/melodic/melodic-integration/process:$IMAGE_TAG
-
docker push $DOCKER_REPO/melodic/melodic-integration/process:$IMAGE_TAG
\ No newline at end of file
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