Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Jucker committed Mar 26, 2018
1 parent 406e536 commit e67bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- "node_modules"
yarn: true
after_success:
- docker build -t gyselroth/kube-ldap:$TRAVIS_BRANCH
- docker build -t gyselroth/kube-ldap:$TRAVIS_BRANCH .
- test "$TRAVIS_TAG" != "" && docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- test "$TRAVIS_TAG" != "" && docker tag gyselroth/kube-ldap:$TRAVIS_BRANCH gyselroth/kube-ldap:latest
- test "$TRAVIS_TAG" != "" && docker push gyselroth/kube-ldap:$TRAVIS_BRANCH
Expand Down

0 comments on commit e67bbfe

Please sign in to comment.