Skip to content

Commit

Permalink
Update push
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova authored Dec 20, 2016
1 parent 802733f commit f4ce02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/push
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ then
docker login -u "${DNAME}" -p "${DPASS}";
docker push openebs/jiva:${VERSION} ;
if [ ! -z "${TRAVIS_TAG}" ] ;
then
docker tag ${IMAGEID} openebs/jiva:${TRAVIS_TAG}
docker push openebs/jiva:${TRAVIS_TAG};
docker tag ${IMAGEID} openebs/jiva:latest
Expand Down

0 comments on commit f4ce02b

Please sign in to comment.