Docker #192
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt update && apt install -y --no-install-recommends debian-keyring debian-archive-keyring apt-transport-https gnupg curl && curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg && curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list && apt update && apt install -y --no-install-recommends caddy restic ca-certificates openssl tzdata iptables iputils-ping tmux sqlite msmtp bsd-mailx && rm -rf /var/lib/apt/lists/* && apt -y autoremove && curl -fsSL \"$SUPERCRONIC_URL\" -o /usr/local/bin/supercronic && curl -fsSL \"$OVERMIND_URL\" | gunzip -c - > /usr/local/bin/overmind && ln -sf /usr/bin/msmtp /usr/bin/sendmail && ln -sf /usr/bin/msmtp /usr/sbin/sendmail && chmod +x /usr/local/bin/supercronic && chmod +x /usr/local/bin/overmind && chmod +x /restic.sh" did not complete successfully: exit code: 100
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|