File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2929 docker pull adhocore/phpfpm:8.3 || true
3030 docker pull adhocore/phpfpm:8.4 || true
3131
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
40-
4132 - name : " [8.3] Build and push"
4233 id : docker_build_83
4334 uses : docker/build-push-action@v4
7465 tags : adhocore/phpfpm:8.0
7566 platforms : linux/amd64,linux/arm64
7667
68+ - name : " [8.4] Build and push"
69+ id : docker_build_84
70+ uses : docker/build-push-action@v4
71+ with :
72+ push : true
73+ file : 8.4.Dockerfile
74+ tags : adhocore/phpfpm:8.4,adhocore/phpfpm:latest
75+ platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments