Skip to content

.github/workflows/main.yml #196

.github/workflows/main.yml

.github/workflows/main.yml #196

Manually triggered June 24, 2024 02:12
Status Failure
Total duration 2m 49s
Billable time 3m
Artifacts

main.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt install --no-install-recommends --no-install-suggests --yes apt-transport-https ca-certificates dirmngr gnupg && curl https://oss-binaries.phusionpassenger.com/auto-software-signing-gpg-key.txt | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/phusion.gpg >/dev/null && echo deb https://oss-binaries.phusionpassenger.com/apt/passenger jammy main > /etc/apt/sources.list.d/passenger.list && apt update && apt install --install-recommends --no-install-suggests --yes passenger && passenger-config build-native-support && mkdir --parents /opt/nginx/build-modules && wget --directory-prefix /tmp https://github.com/openresty/headers-more-nginx-module/archive/v0.34.tar.gz && tar xzf /tmp/v0.34.tar.gz -C /opt/nginx/build-modules && passenger-install-nginx-module --auto --extra-configure-flags=\"--add-module=/opt/nginx/build-modules/headers-more-nginx-module-0.34\" --prefix=/opt/nginx && rm --force /tmp/v0.34.tar.gz" did not complete successfully: exit code: 1
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.