add version 8.4
This commit is contained in:
parent
3f997f46aa
commit
e1c769b591
2 changed files with 12 additions and 1 deletions
|
|
@ -71,6 +71,17 @@ jobs:
|
|||
--build-arg PHP_VERSION=8.2 \
|
||||
.
|
||||
|
||||
- name: Build and push PHP 8.4
|
||||
run: |
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--platform=linux/arm64/v8,linux/amd64 \
|
||||
--push \
|
||||
-f "./Dockerfile-php" \
|
||||
-t "git.paucapo.com/server/php:8.4" \
|
||||
--build-arg PHP_VERSION=8.4 \
|
||||
.
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue