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
be01ad49
Commit
be01ad49
authored
May 17, 2022
by
Jan Marchel
Browse files
pipeline fix
parent
97cb1899
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
be01ad49
...
...
@@ -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 $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 $DOCKER_REPO/melodic/melodic-integration/process:$IMAGE_TAG
-
docker push $DOCKER_REPO/melodic/melodic-integration/process:$IMAGE_TAG
\ No newline at end of file
-
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
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