Composer install step missing

This commit is contained in:
Greyscale 2022-08-23 17:35:38 +02:00
parent 246ee5b127
commit 0c5d12116b
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -21,6 +21,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- uses: php-actions/composer@v6
with:
php_version: 8.1
args: --ignore-platform-reqs
- name: Bake
uses: docker/bake-action@v2.1.0
with: