We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9763f commit f65ec18Copy full SHA for f65ec18
.github/workflows/deploy_beta.yml
@@ -20,7 +20,7 @@ jobs:
20
password: ${{ secrets.GITHUB_TOKEN }}
21
- name: Composer install
22
run: |
23
- cd jccp
+ cd ./jccp
24
composer install
25
- name: Build and push
26
uses: docker/build-push-action@v2
0 commit comments