We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee5833 commit d707746Copy full SHA for d707746
ci/azure-pipelines.yml
@@ -147,6 +147,7 @@ stages:
147
set -ev
148
./tools/getEdgeDocker.sh # essential to get main docker images of peer etc.
149
docker image load --input build/fabric-nodeenv.tar.gz # gets the build image of nodeenv
150
+ docker tag hyperledger/fabric-nodeenv:latest hyperledger/fabric-nodeenv:$(FABRIC_VERSION)
151
docker images
152
node common/scripts/install-run-rush.js install
153
node common/scripts/install-run-rush.js update # should the tests need 'building' this will need to go here
0 commit comments