Skip to content

Update docker-publish.yml #2

Update docker-publish.yml

Update docker-publish.yml #2

Triggered via push April 24, 2024 02:36
Status Failure
Total duration 20m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"https://dl-cdn.alpinelinux.org/alpine/edge/testing\" >> /etc/apk/repositories && apk add --no-cache incus incus-client incus-agent btrfs-progs iptables-legacy zfs incus-vm && ln -s /usr/share/OVMF/OVMF_VARS.fd /usr/share/OVMF/OVMF_VARS.ms.fd && ln -s /usr/share/OVMF/OVMF_CODE.fd /usr/share/OVMF/OVMF_CODE.4MB.fd && echo '#!/bin/sh' > /start.sh && echo 'export INCUS_UI=\"/opt/incus/ui-canonical/\"' >> /start.sh && echo 'if [ \"$SETIPTABLES\" = \"true\" ]; then' >> /start.sh && echo 'if ! iptables-legacy -C DOCKER-USER -j ACCEPT &>/dev/null; then' >> /start.sh && echo 'iptables-legacy -I DOCKER-USER -j ACCEPT' >> /start.sh && echo 'fi' >> /start.sh && echo 'if ! ip6tables-legacy -C DOCKER-USER -j ACCEPT &>/dev/null; then' >> /start.sh && echo 'ip6tables-legacy -I DOCKER-USER -j ACCEPT' >> /start.sh && echo 'fi' >> /start.sh && echo 'fi' >> /start.sh && echo 'incusd' >> /start.sh && chmod +x /start.sh" did not complete successfully: exit code: 1
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/.