Skip to content

Commit 2bcb419

Browse files
author
Umut Işık
authored
Merge pull request #28 from umutphp/25-php-83-support
Add PHP 8.3 to build list
2 parents 352c111 + 1e82ff5 commit 2bcb419

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ jobs:
8080
file: ./images/8.2/Dockerfile-alpine
8181
push: true
8282
tags: umutphp/php-docker-images-for-ci:8.2-alpine
83+
-
84+
name: Build And Push 8.3-alpine
85+
uses: docker/build-push-action@v2
86+
with:
87+
context: .
88+
file: ./images/8.3/Dockerfile-alpine
89+
push: true
90+
tags: umutphp/php-docker-images-for-ci:8.3-alpine
8391
-
8492
name: Build And Push latest-alpine
8593
uses: docker/build-push-action@v2
@@ -137,6 +145,13 @@ jobs:
137145
context: ./images/8.2/
138146
push: true
139147
tags: umutphp/php-docker-images-for-ci:8.2
148+
-
149+
name: Build And Push 8.3
150+
uses: docker/build-push-action@v2
151+
with:
152+
context: ./images/8.3/
153+
push: true
154+
tags: umutphp/php-docker-images-for-ci:8.3
140155
-
141156
name: Build And Push latest
142157
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)