Skip to content

Commit

Permalink
fix(travis): wrong docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone authored Sep 20, 2018
1 parent 1ecffed commit ce14799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- docker
install: skip
before_script:
- docker build -t tomochain/netstats -f Dockerfile .
- docker build -t tomochain/netstats .
script:
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker tag tomochain/netstats tomochain/netstats:latest
Expand All @@ -27,7 +27,7 @@ jobs:
- docker
install: skip
before_script:
- docker build -t tomochain/netstats -f Dockerfile.server .
- docker build -t tomochain/netstats .
script:
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker tag tomochain/netstats tomochain/netstats:latest
Expand Down

0 comments on commit ce14799

Please sign in to comment.