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 dac219b commit 8a7821a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ 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
- make publish

0 comments on commit 8a7821a

Please sign in to comment.