Composer install step missing
This commit is contained in:
parent
246ee5b127
commit
0c5d12116b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue