File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525echo " ********************************************************"
2626echo " Building image php:latest
2727echo " ******************************************************** "
28- cd images/8.2 /
28+ cd images/8.4 /
2929docker build -t umutphp/php-docker-images-for-ci:latest .
3030docker push umutphp/php-docker-images-for-ci:latest
3131cd -
You can’t perform that action at this time.
0 commit comments