Run composer install as part of the build process.
This commit is contained in:
parent
48a15cbda9
commit
2ad06e42d2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue