Skip to content

Commit 0cfd5aa

Browse files
author
Umut Işık
authored
Merge pull request #36 from umutphp/35-php-84
Add 8.4 image
2 parents 5a1bf23 + 7512f3e commit 0cfd5aa

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ jobs:
7777
context: .
7878
file: ./images/8.3/Dockerfile-alpine
7979
push: true
80-
tags: umutphp/php-docker-images-for-ci:8.3-alpine,umutphp/php-docker-images-for-ci:latest-alpine
80+
tags: umutphp/php-docker-images-for-ci:8.3-alpine
81+
- name: Build And Push 8.4-alpine
82+
uses: docker/build-push-action@v6
83+
with:
84+
context: .
85+
file: ./images/8.4/Dockerfile-alpine
86+
push: true
87+
tags: umutphp/php-docker-images-for-ci:8.4-alpine,umutphp/php-docker-images-for-ci:latest-alpine
8188
- name: Build And Push 7.1
8289
uses: docker/build-push-action@v6
8390
with:
@@ -125,4 +132,10 @@ jobs:
125132
with:
126133
context: ./images/8.3/
127134
push: true
128-
tags: umutphp/php-docker-images-for-ci:8.3,umutphp/php-docker-images-for-ci:latest
135+
tags: umutphp/php-docker-images-for-ci:8.3
136+
- name: Build And Push 8.4
137+
uses: docker/build-push-action@v6
138+
with:
139+
context: ./images/8.4/
140+
push: true
141+
tags: umutphp/php-docker-images-for-ci:8.4,umutphp/php-docker-images-for-ci:latest

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ done
2525
echo "********************************************************"
2626
echo "Building image php:latest
2727
echo "********************************************************"
28-
cd images/8.2/
28+
cd images/8.4/
2929
docker build -t umutphp/php-docker-images-for-ci:latest .
3030
docker push umutphp/php-docker-images-for-ci:latest
3131
cd -

0 commit comments

Comments
 (0)