Skip to content

Commit 75a0bed

Browse files
mbwhitejt-nti
authored andcommitted
Next steps in publishing
Change-Id: Ifa79fc7728972aba46c029dd40847932950363c0 Signed-off-by: Matthew B. White <[email protected]>
1 parent fd2e21a commit 75a0bed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)