Skip to content

php8

php8 #52

Triggered via push February 22, 2024 03:34
Status Failure
Total duration 1m 20s
Artifacts

main.yml

on: push
metadata
4s
metadata
review  /  codacy-review
1m 10s
review / codacy-review
dependency-review
0s
dependency-review
push-images  /  Push Docker image to multiple registries
28s
push-images / Push Docker image to multiple registries
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
push-images / Push Docker image to multiple registries
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && apt-get update && apt-get install -y --no-install-recommends libfreetype6-dev libjpeg62-turbo-dev libpng-dev zlib1g-dev libzip-dev cron ssh tzdata php8.1-psr && docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && docker-php-ext-install -j$(nproc) gd bcmath calendar exif gettext sockets dba mysqli pcntl pdo_mysql shmop sysvmsg sysvsem sysvshm zip && pecl install -o -f redis && rm -rf /tmp/pear && docker-php-ext-enable redis && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo \"Asia/Shanghai\" > /etc/timezone && echo \"net.core.default_qdisc=fq\" >> /etc/sysctl.conf && echo \"net.ipv4.tcp_congestion_control=bbr\" >> /etc/sysctl.conf && apt-get autoclean && rm -rf ${PWD}/*.tar.gz /var/lib/apt/lists/* && php -m" did not complete successfully: exit code: 100
metadata
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
push-images / Push Docker image to multiple registries
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
review / codacy-review
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
review / codacy-review
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/