Docker Image CI #1
Annotations
1 error and 1 warning
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** add icon ****\" && curl -o /kclient/public/icon.png https://raw.githubusercontent.com/lencx/Noi/main/website/static/readme/noi.png && echo \"**** install noi ****\" && if [ -z ${NOI_VERSION+x} ]; then NOI_VERSION=$(curl -sX GET \"https://api.github.com/repos/lencx/Noi/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]' | sed 's|^v||'); fi && cd /tmp && curl -o /tmp/noi.app -L \"https://github.com/lencx/Noi/releases/download/v${NOI_VERSION}/Noi_linux_${Noi_VERSION}.AppImage\" && chmod +x /tmp/noi.app && ./noi.app --appimage-extract && mv squashfs-root /opt/noi && echo \"**** cleanup ****\" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*" did not complete successfully: exit code: 127
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading