Skip to content

Commit

Permalink
Updated DockerHub username (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeene committed Jan 17, 2019
1 parent e0cc058 commit 1421152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

scripts="$(dirname "$0")"

echo "$DOCKER_PASSWORD" | docker login -u nanocurrency --password-stdin
echo "$DOCKER_PASSWORD" | docker login -u nanoreleaseteam --password-stdin

# We push this just so it can be a cache next time
if [ "$TRAVIS_BRANCH" = "master" ]; then
Expand Down

0 comments on commit 1421152

Please sign in to comment.