From cb82b1d72b8f36c5549b291232aacdb28e1a2611 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Sun, 28 May 2023 23:16:44 +0200 Subject: [PATCH] update job name & readme --- .forgejo/workflows/test-build.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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