Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Publish latest images from CI on successful builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Aug 20, 2015
1 parent 3803d79 commit b91293e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ teardown:
parallel: true
- test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR/test; cp coverage.* $CIRCLE_ARTIFACTS):
parallel: true

deployment:
hub:
branch: master
owner: weaveworks
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push weaveworks/weave
- docker push weaveworks/weaveexec

0 comments on commit b91293e

Please sign in to comment.