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

Commit

Permalink
Merge pull request #888 from silasdavis/develop
Browse files Browse the repository at this point in the history
Fix docker login
  • Loading branch information
Silas Davis committed Aug 21, 2018
2 parents 735bcb7 + e6f79d4 commit dc3d80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function release {
notes="NOTES.md"
echo "Building and releasing $tag..."
echo "Pushing docker image..."
echo ${DOCKER_PASS} | docker login --username ${DOCKER_USER} ${DOCKER_REPO} --password-stdin

echo ${DOCKER_PASS} | docker login --username ${DOCKER_USER} --password-stdin
docker push ${DOCKER_REPO}
echo "Building and pushing binaries"
[[ -e "$notes" ]] && goreleaser --release-notes "$notes" || goreleaser
}
Expand Down

0 comments on commit dc3d80d

Please sign in to comment.