Rebase to 3.19 #24
call-build-image.yml
on: pull_request
call-workflow
/
bake
26s
Annotations
1 error and 1 warning
call-workflow / bake
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** install packages ****\" && apk add --update --no-cache --virtual=build-dependencies gcc musl-dev python3-dev libffi-dev openssl-dev cargo && apk add -U --upgrade --no-cache python3 py3-pip && echo \"**** install monit ****\" && if [ -z ${APP_VERSION+x} ]; then APP_VERSION=$(curl -sL \"http://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz\" | tar -xz -C /tmp && awk '/^P:'\"monit\"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache monit==${APP_VERSION} && python3 -m ensurepip && pip3 install -U --no-cache-dir pip wheel && pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ apprise && apk del --purge build-dependencies && rm -rf /tmp/* /root/.cargo /root/.cache" did not complete successfully: exit code: 1
|
call-workflow / bake
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4.4.0, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2.5.0, docker/login-action@v2.1.0, docker/bake-action@v3.0.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|