File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments