Typo fixes

This commit is contained in:
William Desportes
2025-09-18 16:19:07 +02:00
parent 11197b1ba8
commit aef9aa6fa3
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Display error message on failure
if: failure() # This condition ensures the step runs only if the previous step failed
run: echo "The diff after running the update.sh shows that the update.sh was not run before commiting the PR."
run: echo "The diff after running the update.sh shows that the update.sh was not run before committing the PR."
check-build:
runs-on: ubuntu-24.04

View File

@@ -4,7 +4,7 @@
2. Keep only one Dockerfile.template file, use `sed` value replacement in `update.sh`
3. Keep most up to date PHP version that matches each [Dolibarr releases](https://wiki.dolibarr.org/index.php/Versions).
4. Be careful about [supported PHP versions](https://www.php.net/supported-versions.php), try to avoid deprecated PHP version, but only if it doesn't break rule #3.
5. Run the `update.sh` script to generate all the files rquired to build each Docker images.
5. Run the `update.sh` script to generate all the files required to build each Docker images.
6. Check the `README.md`, to ensure it is well formatted (on some environment `Supported Tags` could be broken)
7. Commit all content in `images` directory
8. Open a pull request with a polite and well described content ^_^