3131 file : Dockerfile-7.4-apache
3232 tags : sarkedev/php:7.4-apache
3333
34- docker_80 :
34+ # docker_80:
35+ # runs-on: ubuntu-latest
36+ # steps:
37+ # -
38+ # name: Set up QEMU
39+ # uses: docker/setup-qemu-action@v1
40+ # -
41+ # name: Set up Docker Buildx
42+ # uses: docker/setup-buildx-action@v1
43+ # -
44+ # name: Login to DockerHub
45+ # uses: docker/login-action@v1
46+ # with:
47+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
48+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
49+ # -
50+ # name: Build and push 8.0
51+ # id: docker_build_80
52+ # uses: docker/build-push-action@v2
53+ # with:
54+ # push: true
55+ # file: Dockerfile-8.0-apache
56+ # tags: sarkedev/php:8.0-apache
57+
58+ docker_81 :
3559 runs-on : ubuntu-latest
3660 steps :
3761 -
@@ -47,15 +71,15 @@ jobs:
4771 username : ${{ secrets.DOCKERHUB_USERNAME }}
4872 password : ${{ secrets.DOCKERHUB_TOKEN }}
4973 -
50- name : Build and push 8.0
51- id : docker_build_80
74+ name : Build and push 8.1
75+ id : docker_build_81
5276 uses : docker/build-push-action@v2
5377 with :
5478 push : true
55- file : Dockerfile-8.0 -apache
56- tags : sarkedev/php:8.0 -apache
79+ file : Dockerfile-8.1 -apache
80+ tags : sarkedev/php:8.1 -apache
5781
58- docker_81 :
82+ docker_84 :
5983 runs-on : ubuntu-latest
6084 steps :
6185 -
@@ -71,10 +95,34 @@ jobs:
7195 username : ${{ secrets.DOCKERHUB_USERNAME }}
7296 password : ${{ secrets.DOCKERHUB_TOKEN }}
7397 -
74- name : Build and push 8.1
75- id : docker_build_81
98+ name : Build and push 8.4 Apache
99+ id : docker_build_84
76100 uses : docker/build-push-action@v2
77101 with :
78102 push : true
79- file : Dockerfile-8.1-apache
80- tags : sarkedev/php:8.1-apache
103+ file : Dockerfile-8.4-apache
104+ tags : sarkedev/php:8.4-apache
105+
106+ # docker_84_fpm:
107+ # runs-on: ubuntu-latest
108+ # steps:
109+ # -
110+ # name: Set up QEMU
111+ # uses: docker/setup-qemu-action@v1
112+ # -
113+ # name: Set up Docker Buildx
114+ # uses: docker/setup-buildx-action@v1
115+ # -
116+ # name: Login to DockerHub
117+ # uses: docker/login-action@v1
118+ # with:
119+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
120+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
121+ # -
122+ # name: Build and push 8.4 FPM
123+ # id: docker_build_84_fpm
124+ # uses: docker/build-push-action@v2
125+ # with:
126+ # push: true
127+ # file: Dockerfile-8.4-fpm
128+ # tags: sarkedev/php:8.4-fpm
0 commit comments