Skip to content

Commit

Permalink
Revert "Change docker tags"
Browse files Browse the repository at this point in the history
This reverts commit 2c64e19.
  • Loading branch information
lekum committed Oct 27, 2015
1 parent 2c64e19 commit 09c162a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Expand Up @@ -12,7 +12,7 @@ test:
pre:
- npm run jshint
- npm run dredd
- docker build -t $DOCKERHUB_BASE/resonator:$VERSION .
- docker build -t resonator:testing .
override:
- npm run test
- npm run coverage-1
Expand All @@ -34,6 +34,7 @@ deployment:
branch: dockerize_tests
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag resonator:testing $DOCKERHUB_BASE/resonator:$VERSION
- docker push $DOCKERHUB_BASE/resonator:$VERSION
notify:
webhooks:
Expand Down

0 comments on commit 09c162a

Please sign in to comment.