Skip to content

Commit

Permalink
Update travis-build.sh
Browse files Browse the repository at this point in the history
fix org/image name
  • Loading branch information
siren authored Aug 9, 2017
1 parent fb727c9 commit b1c02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
if [ "$TRAVIS_TAG" ];then
echo "processing release $TRAVIS_TAG"
#release do not rebuild, just tag
docker pull $ORG/$DOCKER_IMAGE
docker pull $DOCKER_IMAGE
docker tag ${DOCKER_IMAGE} ${PROD_IMAGE}
docker push ${PROD_IMAGE}
else
Expand Down

0 comments on commit b1c02df

Please sign in to comment.