Skip to content

Commit

Permalink
Fix Docker.server path in travis.yml (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Oct 6, 2020
1 parent a5bfb68 commit bc383c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python: 3.7
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t "$TRAVIS_REPO_SLUG" -f docker/Dockerfile.serving .
- docker build -t "$TRAVIS_REPO_SLUG" -f docker/Dockerfile.server .
- docker images
- docker tag "$TRAVIS_REPO_SLUG" "$TRAVIS_REPO_SLUG":latest
- docker tag "$TRAVIS_REPO_SLUG" "$TRAVIS_REPO_SLUG":"${TRAVIS_TAG}"
Expand Down

0 comments on commit bc383c4

Please sign in to comment.