Run composer install as part of the build process.

This commit is contained in:
Greyscale 2024-01-08 01:27:35 +00:00
parent e8fe7734e6
commit 48a15cbda9

View file

@ -3,6 +3,7 @@ name: Build Nginx + LetsEncrypt Bouncer
on:
push:
paths:
- '.github/workflows/bouncer.yml'
- 'bouncer/**'
pull_request:
branches:
@ -34,6 +35,7 @@ jobs:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
- uses: php-actions/composer@v6
- uses: docker/build-push-action@v3
name: Build & Push
with: