Run composer install as part of the build process.

This commit is contained in:
Greyscale 2024-01-08 01:32:00 +00:00
parent 48a15cbda9
commit 2ad06e42d2

View file

@ -36,6 +36,8 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
- uses: php-actions/composer@v6
with:
working_dir: bouncer
- uses: docker/build-push-action@v3
name: Build & Push
with: