Skip to content

Docker

Docker #104

Triggered via schedule April 4, 2024 07:44
Status Failure
Total duration 32s
Artifacts

publish.yaml

on: schedule
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 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.