Skip to content

Commit

Permalink
Add two and three digit publishing
Browse files Browse the repository at this point in the history
The two and three digit images were accidentally
removed from publishing in a prior commit

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
Brett Logan authored and denyeart committed Sep 30, 2020
1 parent fb3ad73 commit 3935378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ docker login --username "${DOCKER_USERNAME}" --password "${DOCKER_PASSWORD}"
for image in baseos peer orderer ccenv tools; do
for release in ${RELEASE} ${TWO_DIGIT_RELEASE}; do
docker tag "hyperledger/fabric-${image}" "hyperledger/fabric-${image}:amd64-${release}"
docker tag "hyperledger/fabric-${image}" "hyperledger/fabric-${image}:${release}"
docker push "hyperledger/fabric-${image}:amd64-${release}"
docker push "hyperledger/fabric-${image}:${release}"
done
done

0 comments on commit 3935378

Please sign in to comment.