Skip to content

Commit 3b029a8

Browse files
committed
Fix the name of the docker image
Signed-off-by: Matthew B White <[email protected]> Change-Id: I96ff2f5a63b0ce1d7c1218ac7277bb19b60ad7bc
1 parent d01eeff commit 3b029a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Copyright IBM Corp. All Rights Reserved.
23
#
34
# SPDX-License-Identifier: Apache-2.0
@@ -101,7 +102,7 @@ stages:
101102
artifact: java-docker-image
102103
path: $(Build.SourcesDirectory)/build
103104
- script: |
104-
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
105106
docker images
106107
# Publish docker images to nexus repository
107108
docker login ${DOCKER_REGISTRY_URL} --username=${DOCKER_REGISTRY_USERNAME} --password=${DOCKER_REGISTRY_PASSWORD}

0 commit comments

Comments
 (0)