Skip to content

Commit

Permalink
docker email?
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Sep 30, 2016
1 parent 4f8c9e3 commit fe11e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deployment:
- docker version
- docker build --rm=false -t "21zoo/redis_exporter:$CIRCLE_TAG" .
- docker build --rm=false -t "21zoo/redis_exporter:latest" .
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push "21zoo/redis_exporter:latest"
- docker push "21zoo/redis_exporter:$CIRCLE_TAG"
- docker build --rm=false -t "oliver006/redis_exporter:$CIRCLE_TAG" .
Expand Down

0 comments on commit fe11e73

Please sign in to comment.