Skip to content

Commit

Permalink
Update push_to_docker_hub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
omnipresent07 authored May 12, 2021
1 parent a9aaceb commit 0fd3cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion push_to_docker_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo "CASSANDRA_CLUSTER_HOSTS: $CASSANDRA_CLUSTER_HOSTS"
if [ "$TRAVIS_BRANCH" == "master" ] && [ -z "${TRAVIS_PULL_REQUEST_BRANCH}" ] ; then
echo "Pushing master branch to latest tag on Docker Hub"
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
sbt -batch hmda-platform/docker:publishLocal
docker tag hmda/hmda-platform:latest hmda/hmda-platform:latest
docker push hmda/hmda-platform:latest
fi
Expand Down

0 comments on commit 0fd3cb4

Please sign in to comment.