diff --git a/.travis.yml b/.travis.yml index 49794753f..f3a8b11f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ after_success: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker tag opensourcepos_php jekkos/opensourcepos:$TRAVIS_BRANCH && docker tag opensourcepos_sqlscript jekkos/opensourcepos:sqlscript && - docker push jekkos/opensourcepos' + docker push jekkos/opensourcepos:master && docker push jekkos/opensourcepos:sqlscript' diff --git a/README.md b/README.md index 6c15d30f2..9ae796168 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,15 @@ Please also make sure you have updated all the files from latest master. Bug reports must follow this schema: -1. OSPOS **version string with git commit hash** (see footer) +1. Ospos **version string with git commit hash** (see ospos footer) 2. OS name and version running your Web Server (e.g. Linux Ubuntu 15.0) 3. Web Server name and version (e.g. Apache 2.4) -4. Database name and version (e.g. MySQL 5.6) +4. Database name and version (e.g. =< MySQL 5.6) 5. PHP version (e.g. PHP 5.5) 6. Language selected in OSPOS (e.g. English, Spanish) 7. Any configuration of OSPOS that you changed 8. Exact steps to reproduce the issue (test case) +9. Optionally some screenshots to illustrate each step If above information is not provided in full, your issue will be tagged as pending. If missing information is not provided within a week we will close your issue.