Skip to content

Commit

Permalink
Merge pull request #36 from umutphp/35-php-84
Browse files Browse the repository at this point in the history
Add 8.4 image
  • Loading branch information
umutphp authored Jan 29, 2025
2 parents 5a1bf23 + 7512f3e commit 0cfd5aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,14 @@ jobs:
context: .
file: ./images/8.3/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.3-alpine,umutphp/php-docker-images-for-ci:latest-alpine
tags: umutphp/php-docker-images-for-ci:8.3-alpine
- name: Build And Push 8.4-alpine
uses: docker/build-push-action@v6
with:
context: .
file: ./images/8.4/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.4-alpine,umutphp/php-docker-images-for-ci:latest-alpine
- name: Build And Push 7.1
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -125,4 +132,10 @@ jobs:
with:
context: ./images/8.3/
push: true
tags: umutphp/php-docker-images-for-ci:8.3,umutphp/php-docker-images-for-ci:latest
tags: umutphp/php-docker-images-for-ci:8.3
- name: Build And Push 8.4
uses: docker/build-push-action@v6
with:
context: ./images/8.4/
push: true
tags: umutphp/php-docker-images-for-ci:8.4,umutphp/php-docker-images-for-ci:latest
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ done
echo "********************************************************"
echo "Building image php:latest
echo "********************************************************"
cd images/8.2/
cd images/8.4/
docker build -t umutphp/php-docker-images-for-ci:latest .
docker push umutphp/php-docker-images-for-ci:latest
cd -
Expand Down

0 comments on commit 0cfd5aa

Please sign in to comment.