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

Commit

Permalink
Fix docker login
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <silas@monax.io>
  • Loading branch information
Silas Davis committed Aug 21, 2018
1 parent 735bcb7 commit e6f79d4
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 e6f79d4

Please sign in to comment.