mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 05:29:43 +01:00
Add PHP 8.4
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -50,15 +50,15 @@ jobs:
|
||||
phpVersion=8.3
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.3"
|
||||
"${{vars.BUILDKIT_IMAGE}}:latest"
|
||||
-
|
||||
name: Build and push 8.4 RC
|
||||
name: Build and push 8.4
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/Dockerfile"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
phpVersion=8.4.0RC4
|
||||
phpVersion=8.4
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.4.0RC4"
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.4"
|
||||
"${{vars.BUILDKIT_IMAGE}}:latest"
|
||||
|
||||
2
Makefile
2
Makefile
@@ -18,4 +18,4 @@ build-83:
|
||||
docker build --build-arg phpVersion=8.3 -f src/docker/Dockerfile -t ${IMAGE_NAME}:8.3 .
|
||||
.PHONY: build-84
|
||||
build-84:
|
||||
docker build --build-arg phpVersion=8.4.0RC4 -f src/docker/Dockerfile -t ${IMAGE_NAME}:8.4 .
|
||||
docker build --build-arg phpVersion=8.4 -f src/docker/Dockerfile -t ${IMAGE_NAME}:8.4 .
|
||||
|
||||
Reference in New Issue
Block a user