mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 13:39:42 +01:00
Add php 7.2,7.3
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -22,6 +22,20 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push 7.2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: "./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: "./docker/7.3/Dockerfile"
|
||||
push: true
|
||||
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
|
||||
-
|
||||
name: Build and push 7.4
|
||||
uses: docker/build-push-action@v3
|
||||
|
||||
Reference in New Issue
Block a user