Skip to content

sync: updated to 1.25.4 #25

sync: updated to 1.25.4

sync: updated to 1.25.4 #25

Triggered via push April 10, 2024 12:00
Status Failure
Total duration 48s
Artifacts

push.yml

on: push
Build Testing
37s
Build Testing
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Testing
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && apt-get update -qyy && apt-get install -qyy --no-install-recommends --no-install-suggests ca-certificates wget gnupg git file build-essential cmake libjemalloc-dev libxslt1-dev libgd-dev libgeoip-dev libmaxminddb-dev && rm -rf /var/lib/apt/lists/* /var/log/* && wget -O nginx.tar.gz ${NGINX_URL} && wget -O nginx.tar.gz.asc ${NGINX_PGP_URL} && export GNUPGHOME=$(mktemp -d); for key in ${NGINX_GPG_KEY}; do gpg --batch --keyserver hkps://keyserver.ubuntu.com --keyserver-options timeout=10 --recv-keys ${key} || gpg --batch --keyserver hkps://pgp.surf.nl --keyserver-options timeout=10 --recv-keys ${key} || gpg --batch --keyserver hkp://pgp.mit.edu --keyserver-options timeout=10 --recv-keys ${key}; done && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && gpgconf --kill all && tar -xzvf nginx.tar.gz -C /usr/src/ && rm -rf nginx* ${GNUPGHOME}" did not complete successfully: exit code: 2