Bump peter-evans/dockerhub-description from 3 to 4 #46
Annotations
1 error
Initial Buildx
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** apt source change for local build ****\" && sed -i \"s/archive.ubuntu.com/$APT_MIRROR/g\" /etc/apt/sources.list && echo \"**** install runtime packages ****\" && apt-get update && apt-get install -yqq --no-install-recommends fuse openssl unionfs-fuse && sed -i 's/#user_allow_other/user_allow_other/' /etc/fuse.conf && echo \"**** add mergerfs ****\" && MFS_VERSION=$(curl -fsL \"https://api.github.com/repos/trapexit/mergerfs/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]') && MFS_DEB=\"mergerfs_${MFS_VERSION}.ubuntu-focal_$(dpkg --print-architecture).deb\" && cd $(mktemp -d) && curl -LJO \"https://github.com/trapexit/mergerfs/releases/download/${MFS_VERSION}/${MFS_DEB}\" && dpkg -i ${MFS_DEB} && echo \"**** cleanup ****\" && rm -rf /tmp/* /var/tmp/* /var/cache/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading