Skip to content

Commit 5e6f786

Browse files
committed
[php] update github action
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent 7f7c3ee commit 5e6f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile/php/.github/workflows/php_8_3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5555
GHCR_IO_TOKEN: ${{secrets.GHCR_IO_TOKEN}}
5656
CODING_DOCKER_PASSWORD: ${{secrets.CODING_DOCKER_PASSWORD}}
57-
ARM: ${{ matrix.DIST == '24.04-arm' }}
5857
- uses: docker-practice/actions-setup-docker@master
5958
with:
6059
docker_channel: test
@@ -211,4 +210,5 @@ jobs:
211210
TYPE: ${{ matrix.TYPE }}
212211
add_mirror: registry.us-east-1.aliyuncs.com/khs1994-us/php docker.cnb.cool/khs1994-docker/khs1994/php ghcr.io/khs1994/php
213212
add_mirror2: ghcr.io/lrew/php
213+
ARM: ${{ matrix.DIST == '24.04-arm' }}
214214
name: 'Build Image'

0 commit comments

Comments
 (0)