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

Commit

Permalink
Merge pull request #1337 from weaveworks/1295-push-on-green
Browse files Browse the repository at this point in the history
Publish latest images from CI on successful builds.
  • Loading branch information
paulbellamy committed Aug 24, 2015
2 parents 396df6b + 8a7821a commit 5054805
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 5054805

Please sign in to comment.