update job name & readme
Test / test_build (push) Successful in 19s
Details
Test / test_build (push) Successful in 19s
Details
parent
824d774eb6
commit
cb82b1d72b
|
@ -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 }}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue