Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Remove docker image tag with travis build number
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 authored Feb 19, 2020
1 parent e77a7ce commit c00f5cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis/deployDockerHub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ then
# Also tagging master branch name to keep backwards compat
echo $(docker tag $REPO:$TAG $REPO:master)
echo $(docker tag $REPO:$TAG $REPO:unstable)
echo $(docker tag $REPO:$TAG $REPO:unstable-$TRAVIS_BUILD_NUMBER)
echo "Develop Build: Pushing unstable image"
echo $(docker push $REPO:master)
echo $(docker push $REPO:unstable)
echo $(docker push $REPO:unstable-$TRAVIS_BUILD_NUMBER)
elif [ "$TRAVIS_BRANCH" = "$TRAVIS_TAG" ]
then
echo "Tagged Release: Pushing versioned docker image."
Expand Down

0 comments on commit c00f5cc

Please sign in to comment.