Skip to content

Commit

Permalink
Merge pull request #28 from umutphp/25-php-83-support
Browse files Browse the repository at this point in the history
Add PHP 8.3 to build list
  • Loading branch information
umutphp committed Nov 24, 2023
2 parents 352c111 + 1e82ff5 commit 2bcb419
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ jobs:
file: ./images/8.2/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.2-alpine
-
name: Build And Push 8.3-alpine
uses: docker/build-push-action@v2
with:
context: .
file: ./images/8.3/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.3-alpine
-
name: Build And Push latest-alpine
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -137,6 +145,13 @@ jobs:
context: ./images/8.2/
push: true
tags: umutphp/php-docker-images-for-ci:8.2
-
name: Build And Push 8.3
uses: docker/build-push-action@v2
with:
context: ./images/8.3/
push: true
tags: umutphp/php-docker-images-for-ci:8.3
-
name: Build And Push latest
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 2bcb419

Please sign in to comment.