Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jan 22, 2024
1 parent 94aea21 commit 1215870
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o debian php
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o debian cli
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o debian fpm
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -135,6 +138,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o debian apache
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -169,6 +173,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o debian php
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -204,6 +209,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o debian cli
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -239,6 +245,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o debian fpm
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -274,6 +281,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o debian apache
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -308,6 +316,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o alpine php
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -343,6 +352,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o alpine cli
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -378,6 +388,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 7.4 -o alpine fpm
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -412,6 +423,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o alpine php
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -447,6 +459,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o alpine cli
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down Expand Up @@ -482,6 +495,7 @@ jobs:
./build.sh -g -v ${{ github.event.inputs.version }} -p 8.2 -o alpine fpm
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down

0 comments on commit 1215870

Please sign in to comment.