mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 00:49:39 +01:00
98
.github/workflows/manual.yaml
vendored
98
.github/workflows/manual.yaml
vendored
@@ -7,8 +7,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'latest'
|
default: 'latest'
|
||||||
type: string
|
type: string
|
||||||
env:
|
|
||||||
BUILDKIT_IMAGE: jkaninda/laravel-php-fpm
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -31,78 +29,110 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: "./src/docker/7.2/Dockerfile"
|
file: "./src/docker/7.2/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.2"
|
tags: "${{vars.BUILDKIT_IMAGE}}:7.2"
|
||||||
-
|
-
|
||||||
name: Build and push 7.3
|
name: Build and push 7.3
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/7.3/Dockerfile"
|
file: "./src/docker/7.3/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
|
tags: "${{vars.BUILDKIT_IMAGE}}:7.3"
|
||||||
-
|
-
|
||||||
name: Build and push 7.4
|
name: Build and push 7.4
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/7.4/Dockerfile"
|
file: "./src/docker/7.4/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
|
tags: "${{vars.BUILDKIT_IMAGE}}:7.4"
|
||||||
-
|
-
|
||||||
name: Build and push 8.0
|
name: Build and push 8.0
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.0/Dockerfile"
|
file: "./src/docker/8.0/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
tags: "${{vars.BUILDKIT_IMAGE}}:8.0"
|
||||||
-
|
-
|
||||||
name: Build and push 8.1
|
name: Build and push 8.1
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.1/Dockerfile"
|
file: "./src/docker/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.1"
|
build-args: |
|
||||||
-
|
phpVersion=8.1
|
||||||
name: Build and push 8.2
|
tags: "${{ vars.BUILDKIT_IMAGE }}:8.1"
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/8.2/Dockerfile"
|
|
||||||
push: true
|
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.2"
|
|
||||||
-
|
-
|
||||||
name: Build and push 8.1 alpine
|
name: Build and push 8.1 alpine
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.1/Dockerfile.alpine"
|
file: "./src/docker/Dockerfile.alpine"
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
build-args: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:8.1-alpine"
|
phpVersion=8.1
|
||||||
|
tags: "${{ vars.BUILDKIT_IMAGE }}:8.1-alpine"
|
||||||
|
-
|
||||||
|
name: Build and push 8.2
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/Dockerfile"
|
||||||
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
build-args: |
|
||||||
|
phpVersion=8.2
|
||||||
|
tags: "${{vars.BUILDKIT_IMAGE}}:8.2"
|
||||||
-
|
-
|
||||||
name: Build and push 8.2 alpine
|
name: Build and push 8.2 alpine
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.2/Dockerfile.alpine"
|
file: "./src/docker/Dockerfile.alpine"
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
build-args: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:8.2-alpine"
|
phpVersion=8.2
|
||||||
-
|
tags: "${{vars.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
|
name: Build and push 8.3
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.3/Dockerfile"
|
file: "./src/docker/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
build-args: |
|
||||||
|
phpVersion=8.3
|
||||||
tags: |
|
tags: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:8.3"
|
"${{vars.BUILDKIT_IMAGE}}:8.3"
|
||||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
-
|
||||||
|
name: Build and push 8.3 alpine
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/Dockerfile.alpine"
|
||||||
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
build-args: |
|
||||||
|
phpVersion=8.3
|
||||||
|
tags: |
|
||||||
|
"${{vars.BUILDKIT_IMAGE}}:8.3-alpine"
|
||||||
|
-
|
||||||
|
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
|
||||||
|
tags: |
|
||||||
|
"${{vars.BUILDKIT_IMAGE}}:8.4"
|
||||||
|
"${{vars.BUILDKIT_IMAGE}}:latest"
|
||||||
Reference in New Issue
Block a user