diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index c511bed..bdf1cf6 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out repository 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 }} - name: Image details run: docker image inspect php-toolkit-test:${{ github.ref_name }} diff --git a/README.md b/README.md index bca2bf3..a5a2b52 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ## PHP Toolkit Docker image > See [docker/php](https://git.gertjankrol.nl/docker/php)\ -> This image additionally installs NodeJS and NPM +> This image additionally installs git, NodeJS and NPM