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 }}
|
username: ${{ secrets.GHCR_USERNAME }}
|
||||||
password: ${{ secrets.GHCR_PASSWORD }}
|
password: ${{ secrets.GHCR_PASSWORD }}
|
||||||
- uses: php-actions/composer@v6
|
- uses: php-actions/composer@v6
|
||||||
|
with:
|
||||||
|
working_dir: bouncer
|
||||||
- uses: docker/build-push-action@v3
|
- uses: docker/build-push-action@v3
|
||||||
name: Build & Push
|
name: Build & Push
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue