mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-07 17:29:38 +01:00
Add Alpine version, arm64 platform
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -22,13 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
|
||||||
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
|
name: Build and push 8.0
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user