mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 08:59:38 +01:00
Update github action
This commit is contained in:
14
.github/workflows/manual.yaml
vendored
14
.github/workflows/manual.yaml
vendored
@@ -25,6 +25,20 @@ 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 8.0
|
name: Build and push 8.0
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/.history
|
/.history
|
||||||
laravel
|
laravel
|
||||||
|
docker-compose.yml
|
||||||
Reference in New Issue
Block a user