Skip to content

Build and push

Build and push #122

Triggered via schedule September 29, 2024 00:25
Status Failure
Total duration 2m 10s
Artifacts

docker-build.yml

on: schedule
build-and-push
2m 2s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; if grep -q alpine /etc/os-release ; then apk add --no-cache --virtual .build-deps cargo g++ gcc libffi-dev linux-headers musl-dev openssl openssl-dev ; POETRY_VERSION=$POETRY_VERSION python /install.py || cat /poetry-installer-error-*.log ; apk del --no-network .build-deps; else apt-get update && apt-get install -y --no-install-recommends build-essential cargo g++ gcc libffi-dev libssl-dev pkg-config ; POETRY_VERSION=$POETRY_VERSION python /install.py || cat /poetry-installer-error-*.log ; apt-get purge -y build-essential cargo g++ gcc libffi-dev libssl-dev pkg-config ; apt-get autoremove -y ; rm -rf /var/lib/apt/lists/* ; fi ; poetry --version" did not complete successfully: exit code: 127