Skip to content

Commit

Permalink
Remove Latest Tag Publishing
Browse files Browse the repository at this point in the history
We no longer publish the latest tag to dockerhub,
so removing the publishing of it.

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
lindluni committed Aug 18, 2020
1 parent 8c85f77 commit a19c9ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/scripts/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ for image in peer orderer ccenv tools; do

./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-${image}:amd64-${RELEASE}" --target "hyperledger/fabric-${image}:${RELEASE}"
./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-${image}:amd64-${RELEASE}" --target "hyperledger/fabric-${image}:$(sed 's/..$//' <<< ${RELEASE})"
./manifest-tool push from-args --platforms linux/amd64 --template "hyperledger/fabric-${image}:amd64-${RELEASE}" --target "hyperledger/fabric-${image}:latest"
done

0 comments on commit a19c9ec

Please sign in to comment.