mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 08:59:38 +01:00
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./docker/8.0/Dockerfile"
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
||||
-
|
||||
@@ -55,6 +56,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./docker/8.1/Dockerfile"
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: "${{env.BUILDKIT_IMAGE}}:8.1"
|
||||
-
|
||||
@@ -62,6 +64,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./docker/8.2/Dockerfile"
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:8.2"
|
||||
|
||||
Reference in New Issue
Block a user