mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 00:49:39 +01:00
Refactoring
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -22,21 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Build and push 7.2
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.2/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.2"
|
|
||||||
-
|
|
||||||
name: Build and push 7.3
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.3/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.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:
|
||||||
|
|||||||
40
.github/workflows/manual.yaml
vendored
40
.github/workflows/manual.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build-manually
|
name: Manual-build
|
||||||
on:
|
on:
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -25,13 +25,47 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Build and push 7.2
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/7.2/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:7.2"
|
||||||
|
-
|
||||||
|
name: Build and push 7.3
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
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
|
||||||
|
with:
|
||||||
|
file: "./src/docker/8.0/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
||||||
|
-
|
||||||
|
name: Build and push 8.1
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/8.1/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:8.1"
|
||||||
-
|
-
|
||||||
name: Build and push 8.2
|
name: Build and push 8.2
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: "./src/docker/8.2/Dockerfile"
|
file: "./src/docker/8.2/Dockerfile"
|
||||||
platforms: linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:8.2"
|
"${{env.BUILDKIT_IMAGE}}:8.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user