Skip to content

Commit fc4c780

Browse files
authored
Merge pull request #128 from jt-nti/minor-tag
Fix tagging of fabric-javaenv image
2 parents 880a159 + f35ae08 commit fc4c780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ stages:
183183
# push javaenv to repository
184184
docker push hyperledger/fabric-javaenv:amd64-$(BuildData.PACKAGE_VERSION)
185185
./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-javaenv:amd64-$(BuildData.PACKAGE_VERSION)" --target "hyperledger/fabric-javaenv:$(BuildData.PACKAGE_VERSION)"
186-
./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-javaenv:amd64-$(BuildData.PACKAGE_VERSION)" --target "hyperledger/fabric-javaenv:2.0"
186+
./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-javaenv:amd64-$(BuildData.PACKAGE_VERSION)" --target "hyperledger/fabric-javaenv:$(BuildData.MINOR_PACKAGE_VERSION)"
187187
env:
188188
DOCKER_REGISTRY_USERNAME: $(DockerHub-Username)
189189
DOCKER_REGISTRY_PASSWORD: $(DockerHub-Password)

0 commit comments

Comments
 (0)