Skip to content

Commit b31a66e

Browse files
authored
chore: build 8.4 last
1 parent e7caeca commit b31a66e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ jobs:
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
@@ -74,3 +65,11 @@ jobs:
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

0 commit comments

Comments
 (0)