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 e918e5f commit af14b36Copy full SHA for af14b36
ci/azure-pipelines.yml
@@ -171,8 +171,8 @@ stages:
171
echo "Logged in to docker registry"
172
# tag javaenv image to $PUSH_VERSION
173
docker tag hyperledger/fabric-javaenv fabric-javaenv:amd64-${VERSION}
174
- # push javaenv to nexus repository
175
- docker push fabric-javaenv:amd64-${VERSION}
+ # push javaenv to repository
+ docker push hyperledger/fabric-javaenv:amd64-${VERSION}
176
env:
177
DOCKER_REGISTRY_USERNAME: $(DockerHub-Username)
178
DOCKER_REGISTRY_PASSWORD: $(DockerHub-Password)
0 commit comments