Skip to content

Commit b5788b8

Browse files
feat: update php-fpm version
1 parent 1e3ef07 commit b5788b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php8-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
5151
push: true
5252
build-args:
53-
PHP_VERSION=${{ github.event.inputs.php43Version }}
53+
PHP_VERSION=${{ github.event.inputs.php84Version }}
5454
tags: |
55-
1panel/php:${{ github.event.inputs.php43Version }}-fpm
55+
1panel/php:${{ github.event.inputs.php84Version }}-fpm
5656
cache-from: type=gha
5757
cache-to: type=gha,mode=max
5858

0 commit comments

Comments
 (0)