Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#959 from silasdavis/master
Browse files Browse the repository at this point in the history
Fix docker tagging 2
  • Loading branch information
gregdhill authored Nov 10, 2018
2 parents 8807254 + 560cdd1 commit 9056e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function release {
echo "Building and releasing $tag..."
echo "Pushing docker image..."
echo ${DOCKER_PASS} | docker login --username ${DOCKER_USER} --password-stdin
docker tag ${DOCKER_REPO}:latest
docker tag ${DOCKER_REPO}:${tag#v} ${DOCKER_REPO}:latest
docker push ${DOCKER_REPO}
echo "Building and pushing binaries"
[[ -e "$notes" ]] && goreleaser --release-notes "$notes" || goreleaser
Expand Down

0 comments on commit 9056e7b

Please sign in to comment.