mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 08:59:38 +01:00
Update PHP Version from 8.3-0RC3 to 8.3 stable version
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -44,9 +44,7 @@ jobs:
|
||||
file: "./src/docker/8.2/Dockerfile"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2"
|
||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||
tags: "${{env.BUILDKIT_IMAGE}}:8.2"
|
||||
-
|
||||
name: Build and push 8.1 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
@@ -66,11 +64,21 @@ jobs:
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2-alpine"
|
||||
-
|
||||
name: Build and push 8.3 0RC3
|
||||
name: Build and push 8.3 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/8.3/Dockerfile.alpine"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.3-alpine"
|
||||
-
|
||||
name: Build and push 8.3
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/8.3/Dockerfile"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.3.0RC3"
|
||||
"${{env.BUILDKIT_IMAGE}}:8.3.0-fpm"
|
||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||
|
||||
27
.github/workflows/manual.yaml
vendored
27
.github/workflows/manual.yaml
vendored
@@ -70,9 +70,7 @@ jobs:
|
||||
file: "./src/docker/8.2/Dockerfile"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2"
|
||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||
tags: "${{env.BUILDKIT_IMAGE}}:8.2"
|
||||
-
|
||||
name: Build and push 8.1 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
@@ -90,4 +88,25 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2-alpine"
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2-alpine"
|
||||
-
|
||||
name: Build and push 8.3 alpine
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/8.3/Dockerfile.alpine"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.3-alpine"
|
||||
-
|
||||
name: Build and push 8.3
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./src/docker/8.3/Dockerfile"
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.3.0-fpm"
|
||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user