Skip to content

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543… #284

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543…

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543… #284

Triggered via push December 8, 2023 05:23
Status Failure
Total duration 17m 46s
Artifacts

black.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
deploy
buildx failed with: ERROR: failed to solve: process "/bin/sh -c test -n \"${BUILD_VERSION}\" && \tapk update && \tapk upgrade -a && \tbuild_pkgs=\"build-base python3-dev py3-pip\" && \truntime_pkgs=\"python3\" && \tapk --no-cache add --virtual build-dependencies ${build_pkgs} && \tapk --no-cache add ${runtime_pkgs} && \tpython3 -m pip install --no-cache-dir --upgrade pip && \tpython3 -m pip install --no-cache-dir --upgrade --ignore-installed packaging && \tpip3 install --no-cache-dir --upgrade black==${BUILD_VERSION} && \trm -rf /var/cache/apk/* && \trm -rf /root/.cache/pip && \tfind /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && \tfind /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf" did not complete successfully: exit code: 1