Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bnferguson authored and soulshake committed Oct 11, 2017
1 parent 32235c7 commit e35517e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/docker-build-and-push
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docker tag $local_image $quay_image:${TRAVIS_COMMIT:0:7};
docker push $quay_image:${TRAVIS_COMMIT:0:7};

if [ ${TRAVIS_BRANCH} = "master" ]; then
docker tag $local_image $quay_image:latest";
docker push $quay_image:$TRAVIS_BRANCH";
docker tag $local_image $quay_image:latest;
docker push $quay_image:$TRAVIS_BRANCH;
fi

exit 0;

0 comments on commit e35517e

Please sign in to comment.