File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2727 docker pull adhocore/phpfpm:8.1 || true
2828 docker pull adhocore/phpfpm:8.2 || true
2929 docker pull adhocore/phpfpm:8.3 || true
30+ docker pull adhocore/phpfpm:8.4 || true
31+
32+ - name : " [8.4] Build and push"
33+ id : docker_build_84
34+ uses : docker/build-push-action@v4
35+ with :
36+ push : true
37+ file : 8.4.Dockerfile
38+ tags : adhocore/phpfpm:8.4,adhocore/phpfpm:latest
39+ platforms : linux/amd64,linux/arm64
3040
3141 - name : " [8.3] Build and push"
3242 id : docker_build_83
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 username : ${{ secrets.DOCKERHUB_USERNAME }}
2020 password : ${{ secrets.DOCKERHUB_TOKEN }}
2121
22- - name : " [8.3r ] Build and push"
23- id : docker_build_83
22+ - name : " [8.4 ] Build and push"
23+ id : docker_build_84
2424 uses : docker/build-push-action@v4
2525 with :
2626 push : true
2727 file : 8.3.Dockerfile
28- tags : adhocore/phpfpm:8.3r ,adhocore/phpfpm:8.3rc
28+ tags : adhocore/phpfpm:8.4 ,adhocore/phpfpm:8.4
2929 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments