Skip to content

Fix GitHub action bug #32

Fix GitHub action bug

Fix GitHub action bug #32

Triggered via push March 19, 2024 14:07
Status Failure
Total duration 2m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-deps build-base libffi-dev openldap-dev && pip install --no-cache-dir -r /app/requirements/docker.txt && apk del .build-deps && rm -rf /root/.cache && find /usr/local/lib/python*/ -type f -name '*.py[cod]' -delete && find /usr/local/lib/python*/ -type d -name \"__pycache__\" -delete && apk add --no-cache libsasl libldap && apk add --no-cache shadow && addgroup -S -g $GID runner && adduser -S -D -G runner -u $UID -s /bin/sh runner && apk add --no-cache tzdata && apk add 'expat>2.4.7' && mkdir /data" did not complete successfully: exit code: 1
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.6.0, 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/.