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