Skip to content

Commit

Permalink
Login to docker to publish docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
stffabi committed Dec 27, 2017
1 parent 3a36702 commit e948aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
version: 17.03.0-ce
- run: git fetch --tags
- run: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
IS_RELEASE=$(if [ "$CIRCLE_TAG" != "" ] ; then echo release; else echo ci; fi;)
/build.sh $IS_RELEASE
Expand Down

0 comments on commit e948aa9

Please sign in to comment.