We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01eeff commit 3b029a8Copy full SHA for 3b029a8
ci/azure-pipelines.yml
@@ -1,3 +1,4 @@
1
+
2
# Copyright IBM Corp. All Rights Reserved.
3
#
4
# SPDX-License-Identifier: Apache-2.0
@@ -101,7 +102,7 @@ stages:
101
102
artifact: java-docker-image
103
path: $(Build.SourcesDirectory)/build
104
- script: |
- docker image load --input build/java-nodeenv.tar.gz # gets the build image of nodeenv
105
+ docker image load --input build/fabric-javaenv.tar.gz # gets the build image of nodeenv
106
docker images
107
# Publish docker images to nexus repository
108
docker login ${DOCKER_REGISTRY_URL} --username=${DOCKER_REGISTRY_USERNAME} --password=${DOCKER_REGISTRY_PASSWORD}
0 commit comments