more updates #4
Annotations
1 error
Build image and push to GitHub Container Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && curl -LO https://github.com/jbboehr/php-psr/archive/v${PSR_VERSION}.tar.gz && tar xzf ${PWD}/v${PSR_VERSION}.tar.gz && curl -LO https://github.com/phalcon/cphalcon/archive/v${PHALCON_VERSION}.tar.gz && tar xzf ${PWD}/v${PHALCON_VERSION}.tar.gz && docker-php-ext-install -j $(getconf _NPROCESSORS_ONLN) ${PWD}/php-psr-${PSR_VERSION} ${PWD}/cphalcon-${PHALCON_VERSION}/build/${PHALCON_EXT_PATH} && rm -r ${PWD}/v${PSR_VERSION}.tar.gz ${PWD}/php-psr-${PSR_VERSION} ${PWD}/v${PHALCON_VERSION}.tar.gz ${PWD}/cphalcon-${PHALCON_VERSION} && php -m" did not complete successfully: exit code: 1
|
Loading