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 0109227 commit df97830Copy full SHA for df97830
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
echo -e "${{ secrets.PHP_ALPINE_RSA }}" > .abuild/php-alpine.rsa
105
echo -e "${{ secrets.PHP_ALPINE_RSA_PUB }}" > .abuild/php-alpine.rsa.pub
106
chmod -R 644 ${{ env.PA_BUILD_PATH }}/* || echo -e "error setting permissions"
107
- docker-compose run -w /home/sandbox/scripts/${{ env.PHP_VERSION_SLUG }} sandbox builder.sh --build --extra --main --extensions
+ docker-compose run sandbox buildrepo -a /home/sandbox/scripts -p -k ${{ env.PHP_VERSION_SLUG }}
108
109
# upload artifacts.
110
- name: upload
0 commit comments