Skip to content

Commit

Permalink
Set docker credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanbrown committed Jul 30, 2018
1 parent 09964fe commit a02cce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
command: |
make release
if [ "$CIRCLE_PROJECT_REPONAME" = "ld-relay" ]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
make publish
fi
- store_artifacts:
Expand Down

0 comments on commit a02cce6

Please sign in to comment.