Skip to content

Commit

Permalink
Fix 'Using --password via the CLI is insecure' when building the dock…
Browse files Browse the repository at this point in the history
…er image (cosmos#4282)
  • Loading branch information
Alessio Treglia authored May 8, 2019
1 parent 144b838 commit e5e6971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
docker build .
else
docker build -t tendermint/gaia:$GAIAD_VERSION .
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login --password-stdin -u $DOCKER_USER <<<$DOCKER_PASS
docker push tendermint/gaia:$GAIAD_VERSION
fi
Expand Down

0 comments on commit e5e6971

Please sign in to comment.