Skip to content

Commit

Permalink
Pushing docker image explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
manojlds committed Dec 1, 2017
1 parent c150bc8 commit fdb7406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sbt "project core" +publishSigned
sbt sonatypeReleaseAll

docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
sbt docker:publish
sbt docker:publishLocal
docker push indix/schemer-registry:${TRAVIS_TAG}

0 comments on commit fdb7406

Please sign in to comment.