diff --git a/.DS_Store b/.DS_Store index cef791a..ed5d125 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index a631590..50a5974 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -39,6 +39,13 @@ jobs: file: "./src/docker/7.3/Dockerfile" push: true tags: "${{env.BUILDKIT_IMAGE}}:7.3" + - + name: Build and push 7.4 + uses: docker/build-push-action@v3 + with: + file: "./src/docker/7.4/Dockerfile" + push: true + tags: "${{env.BUILDKIT_IMAGE}}:7.4" - name: Build and push 8.0 uses: docker/build-push-action@v3 diff --git a/README.md b/README.md index 4ace567..69db749 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/laravel-php-fpm?style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/jkaninda/laravel-php-fpm?style=flat-square) +

+ + Logo + +

+ # Laravel PHP-FPM Docker image > 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any php based applications. diff --git a/src/entrypoint.sh b/src/entrypoint.sh index ab1af68..2116257 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -70,4 +70,4 @@ else fi supervisord -c /etc/supervisor/supervisord.conf -exec "$@" \ No newline at end of file +#exec "$@" \ No newline at end of file