update job name & readme
Test / test_build (push) Successful in 19s Details

master
Gertjan Krol 2023-05-28 23:16:44 +02:00
parent 824d774eb6
commit cb82b1d72b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build containers - name: Build container
run: docker build . --build-arg VERSION=8.2 -t php-toolkit-test:${{ github.ref_name }} run: docker build . --build-arg VERSION=8.2 -t php-toolkit-test:${{ github.ref_name }}
- name: Image details - name: Image details
run: docker image inspect php-toolkit-test:${{ github.ref_name }} run: docker image inspect php-toolkit-test:${{ github.ref_name }}

View File

@ -1,3 +1,3 @@
## PHP Toolkit Docker image ## PHP Toolkit Docker image
> See [docker/php](https://git.gertjankrol.nl/docker/php)\ > See [docker/php](https://git.gertjankrol.nl/docker/php)\
> This image additionally installs NodeJS and NPM > This image additionally installs git, NodeJS and NPM