Skip to content

push container

push container #175

Triggered via schedule May 23, 2024 16:38
Status Failure
Total duration 1m 21s
Artifacts

push_container_sid.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
main
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && groupadd --gid 99 bbs && useradd -m -g bbs -s /bin/bash --uid 9999 bbs && rm /etc/localtime && ln -rsv /usr/share/zoneinfo/Asia/Taipei /etc/localtime && (if [ -f \"/etc/apt/sources.list.d/debian.sources\" ];then cat /etc/apt/sources.list.d/debian.sources;else cat /etc/apt/sources.list;fi) && apt-get update && apt-get upgrade -y && apt-get full-upgrade -y && apt-get install -y --no-install-recommends bmake gcc g++ libc6-dev curl ca-certificates \"libevent-2.1$(if [ $DEBIAN_VERSION = sid ];then echo \"-7t64\";fi)\" libevent-dev pkg-config python3 python-is-python3 git ccache clang gnupg sudo libio-all-perl libemail-sender-perl && ( curl -L https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty-archive-keyring.gpg ) && ( if [ \"$(dpkg --print-architecture)\" = \"arm64\" ]; then ( echo \"deb [signed-by=/usr/share/keyrings/openresty-archive-keyring.gpg] http://openresty.org/package/arm64/debian $(echo ${DEBIAN_VERSION}|sed 's/sid/bookworm/g') openresty\" | tee /etc/apt/sources.list.d/openresty.list ); else ( echo \"deb [signed-by=/usr/share/keyrings/openresty-archive-keyring.gpg] http://openresty.org/package/debian $(echo ${DEBIAN_VERSION}|sed 's/sid/bookworm/g') openresty\" | tee /etc/apt/sources.list.d/openresty.list );fi ) && apt-get update && apt-get -y install --no-install-recommends openresty && cp /tmp/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf && sudo -iu bbs sh /tmp/build_ptt.sh && apt-get remove -y bmake gcc g++ clang ccache libc6-dev libevent-dev pkg-config gnupg && apt-get autoremove -y" did not complete successfully: exit code: 1
main
The `set-output` 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/