Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update docker-push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-bucket authored Apr 10, 2017
1 parent 0be2055 commit 5219513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

docker build -t $TRAVIS_REPO_SLUG .
docker tag $TRAVIS_REPO_SLUG $TRAVIS_REPO_SLUG:$1
docker tag $TRAVIS_REPO_SLUG selenoid/hub:$1
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
docker push $TRAVIS_REPO_SLUG
docker push $TRAVIS_REPO_SLUG:$1
Expand Down

0 comments on commit 5219513

Please sign in to comment.