We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8cd70 commit cf0e7a7Copy full SHA for cf0e7a7
1 file changed
.github/workflows/deploy_beta.yml
@@ -20,10 +20,11 @@ jobs:
20
registry: ghcr.io
21
username: ${{ github.repository_owner }}
22
password: ${{ secrets.GITHUB_TOKEN }}
23
- - name: Composer install
+ - name: Composer and npm install
24
run: |
25
cd ./jccp
26
composer install
27
+ npm i
28
- name: Build and push
29
uses: docker/build-push-action@v2
30
with:
0 commit comments