Skip to content

Commit d9deb8a

Browse files
committed
Update github action with php 8.3 build
1 parent 3f29af6 commit d9deb8a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/docker-build.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: php82
6262
folder: php/8.2
63-
arch: [linux/amd64, linux/arm64, linux/arm/v7]
63+
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
6464
targets:
6565
primary:
6666
name: cli
@@ -70,12 +70,24 @@ jobs:
7070
tags: phpdockerio/php:8.2-fpm
7171
tertiary: ~
7272

73+
- name: php82
74+
folder: php/8.3
75+
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
76+
targets:
77+
primary:
78+
name: cli
79+
tags: phpdockerio/php:8.3-cli
80+
secondary:
81+
name: fpm
82+
tags: phpdockerio/php:8.3-fpm
83+
tertiary: ~
84+
7385
steps:
7486
- name: Checkout
7587
uses: actions/checkout@v3
7688

7789
- name: Debug
78-
run: |
90+
run: |
7991
echo "is_master: -> ${{ github.ref == 'refs/heads/master' }} <-"
8092
echo "ref: ${{ github.head_ref }}"
8193

0 commit comments

Comments
 (0)