mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 17:09:39 +01:00
Add PHP 8.4
This commit is contained in:
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@@ -70,7 +70,6 @@ jobs:
|
||||
phpVersion=8.3
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.3"
|
||||
"${{vars.BUILDKIT_IMAGE}}:latest"
|
||||
-
|
||||
name: Build and push 8.3 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
@@ -83,24 +82,26 @@ jobs:
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.3-alpine"
|
||||
-
|
||||
name: Build and push 8.4 RC
|
||||
name: Build and push 8.4 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/Dockerfile.alpine"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
phpVersion=8.4
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.4-alpine"
|
||||
-
|
||||
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"
|
||||
-
|
||||
name: Build and push 8.4 RC alpine
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/Dockerfile.alpine"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
phpVersion=8.4.0RC4
|
||||
tags: |
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.4.0RC4-alpine"
|
||||
"${{vars.BUILDKIT_IMAGE}}:8.4"
|
||||
"${{vars.BUILDKIT_IMAGE}}:latest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user