update #6
Annotations
1 error and 5 warnings
|
docker
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-tools $BUILD_TOOLS && apk add --no-cache --virtual .build-deps $BUILD_DEPS && apk add --no-cache --virtual .runtime-deps $RUNTIME_DEPS && mkdir -p $PHP_INI_DIR/conf.d && mkdir -p /usr/src && cd /usr/src && curl -o php.tar.gz -L https://www.php.net/distributions/php-${PHP_VERSION}.tar.gz && tar -zxf php.tar.gz && cd php-${PHP_VERSION} && ./configure --with-config-file-path=$PHP_INI_DIR --with-config-file-scan-dir=$PHP_INI_DIR/conf.d --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi --disable-short-tags --with-openssl --with-pcre-jit --with-zlib --enable-bcmath --with-curl --enable-exif --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype --with-gettext --with-gmp --enable-mbstring --with-pdo-mysql --with-pdo-pgsql --with-libedit --with-zip --enable-mysqlnd && make && make install && cp /usr/local/etc/php-fpm.conf.default /usr/local/etc/php-fpm.conf && cp /usr/local/etc/php-fpm.d/www.conf.default /usr/local/etc/php-fpm.d/www.conf && sed -i 's/;error_log = log\\/php-fpm.log/error_log = \\/proc\\/self\\/fd\\/2/g' /usr/local/etc/php-fpm.conf && sed -i 's/;daemonize = yes/daemonize = no/g' /usr/local/etc/php-fpm.conf && sed -i 's!=NONE/!=!g' /usr/local/etc/php-fpm.conf && sed -i 's/listen = 127.0.0.1:9000/listen = [::]:9000/g' /usr/local/etc/php-fpm.d/www.conf && sed -i 's/;access.log = log\\/\\$pool.access.log/access.log = \\/proc\\/self\\/fd\\/2/g' /usr/local/etc/php-fpm.d/www.conf && sed -i 's/;catch_workers_output = yes/catch_workers_output = yes/g' /usr/local/etc/php-fpm.d/www.conf && sed -i 's/;clear_env = no/clear_env = yes/g' /usr/local/etc/php-fpm.d/www.conf && echo \"zend_extension=opcache.so\" >> $PHP_INI_DIR/conf.d/opcache.ini && cd /usr/src && curl -o redis.tar.gz -L https://pecl.php.net/get/redis-${PHP_REDIS_VERSION}.tgz && tar -zxvf redis.tar.gz && cd redis-* && phpize && ./configure && make && make install && echo \"extension=redis.so\" >> $PHP_INI_DIR/conf.d/redis.ini && cd /usr/src && curl -o swoole.tar.gz -L https://pecl.php.net/get/swoole-${PHP_SWOOLE_VERSION}.tgz && tar -zxvf swoole.tar.gz && cd swoole-* && phpize && ./configure && make && make install && echo \"extension=swoole.so\" >> $PHP_INI_DIR/conf.d/swoole.ini && cd ~ && rm -rf /usr/src && apk del .build-tools .build-deps" did not complete successfully: exit code: 1
|
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|