Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
Silas Davis committed Nov 9, 2018
1 parent 4768640 commit 560cdd1
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 560cdd1

Please sign in to comment.