Skip to content

Commit

Permalink
fix(circleci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 15, 2015
1 parent 0f98aa1 commit 4e4bd29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ deployment:
hub:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- export GIT_TAG=`git tag --contains $CIRCLE_SHA1`
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push redsmin/proxy:$GIT_TAG
- docker push redsmin/proxy:latest

0 comments on commit 4e4bd29

Please sign in to comment.