File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,11 @@ stages:
8383 - script : |
8484 # Publish docker images to nexus repository
8585 docker login $env.DOCKER_REGISTRY_URL --username=$env.DOCKER_REGISTRY_USERNAME --password=$env.DOCKER_REGISTRY_PASSWORD
86+ echo "Logged in to docker registry"
8687 # tag javaenv image to $PUSH_VERSION
87- docker tag hyperledger/fabric-javaenv $env.DOCKER_REGISTRY_URL/fabric-javaenv:amd64-$(PUSH_VERSION)
88+ docker tag hyperledger/fabric-javaenv $( env.DOCKER_REGISTRY_URL) /fabric-javaenv:amd64-$(PUSH_VERSION)
8889 # push javaenv to nexus repository
89- docker push $env.DOCKER_REGISTRY_URL/fabric-javaenv:amd64-$(PUSH_VERSION)
90+ docker push $( env.DOCKER_REGISTRY_URL) /fabric-javaenv:amd64-$(PUSH_VERSION)
9091 env:
9192 DOCKER_REGISTRY_USERNAME: $(GITHUB_REGISTRY_USER)
9293 DOCKER_REGISTRY_PASSWORD: $(GITHUB_REGISTRY_PWD_TOKEN)
You can’t perform that action at this time.
0 commit comments