Skip to content

Commit 09e8994

Browse files
committed
Fix typo in docker login cmd
Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
1 parent 4de28d9 commit 09e8994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/publish_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set -euo pipefail
77
docker image load --input build/fabric-nodeenv.tar.gz # gets the build image of nodeenv
88
docker images
99

10-
docker login nexus3.hyperledger.org:10003 --username="${NEXUS_USERNAME}" --pasword="${NEXUS_PASSWORD}"
10+
docker login nexus3.hyperledger.org:10003 --username="${NEXUS_USERNAME}" --password="${NEXUS_PASSWORD}"
1111
docker tag hyperledger/fabric-nodeenv "${NEXUS_URL}/fabric-nodeenv:amd64-${MAPPED_VERSION}-stable"
1212
docker push "${NEXUS_URL}/fabric-nodeenv:amd64-${MAPPED_VERSION}-stable"

0 commit comments

Comments
 (0)