Skip to content

Commit 5f9763f

Browse files
committed
Run composer install before building docker
1 parent 9766ffb commit 5f9763f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
registry: ghcr.io
1919
username: ${{ github.repository_owner }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
21+
- name: Composer install
22+
run: |
23+
cd jccp
24+
composer install
2125
- name: Build and push
2226
uses: docker/build-push-action@v2
2327
with:

0 commit comments

Comments
 (0)