Skip to content

Commit

Permalink
Merge pull request #6 from Intellection/remove_manual_build
Browse files Browse the repository at this point in the history
Remove manual image build
  • Loading branch information
itskingori committed Sep 17, 2016
2 parents ef24f5b + 060c418 commit 771c2b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ test:
- docker build --tag=$IMAGE_NAME .
override:
- docker run $IMAGE_NAME --version

deployment:
tagged:
tag: /.*/
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
- docker push $IMAGE_NAME:$CIRCLE_TAG

0 comments on commit 771c2b9

Please sign in to comment.