Skip to content

Commit f35ae08

Browse files
committed
Fix tagging of fabric-javaenv image
Signed-off-by: James Taylor <[email protected]>
1 parent 880a159 commit f35ae08

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)