Skip to content

Commit

Permalink
CircleCI: Fix insecure password via CLI (cosmos#4331)
Browse files Browse the repository at this point in the history
- docker_tagged job failed for release 0.34.4
  • Loading branch information
sabau authored and Alessio Treglia committed May 13, 2019
1 parent 77c0420 commit 2d3a251
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 @@ -393,7 +393,7 @@ jobs:
docker_layer_caching: true
- run: |
docker build -t tendermint/gaia:$CIRCLE_TAG .
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login --password-stdin -u $DOCKER_USER <<<$DOCKER_PASS
docker push tendermint/gaia:$CIRCLE_TAG
workflows:
Expand Down

0 comments on commit 2d3a251

Please sign in to comment.