Skip to content

Commit 6e6e934

Browse files
authored
Updating github actions config
1 parent 091e7a0 commit 6e6e934

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
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

.github/workflows/build_preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)