This commit is contained in:
Adrien Beaudouin 2024-08-02 22:14:55 +02:00
parent 71e9be0943
commit 5a5578af53
4 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,5 @@
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:

View File

@ -1,7 +1,5 @@
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:

View File

@ -1,7 +1,5 @@
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:

View File

@ -1,4 +1,4 @@
FROM php:8.3-alpine
FROM php:8.3-cli
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/