Skip to content

Create and publish a Docker image #86

Create and publish a Docker image

Create and publish a Docker image #86

Triggered via schedule August 7, 2023 06:08
Status Failure
Total duration 49s
Artifacts

deploy-image.yml

on: schedule
build-and-push-image
40s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt update -qq && echo \"\\n**** Apt installs ****\" && apt install --reinstall --no-install-recommends -y libc-bin && apt install --no-install-recommends -y gcc libldap2-dev libsasl2-dev libmysqlclient-dev libssl-dev wget && echo \"\\n**** Manuall Install of 'libffi' v6 ****\" && wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb && dpkg -i libffi6* && rm libffi6* && echo \"\\n**** Installing Python packages ****\" && pip install pypicloud[all_plugins]==$PYPICLOUD_VERSION requests uwsgi pastescript mysqlclient psycopg2-binary && echo \"\\n**** Apt cleanup ****\" && apt remove -y gcc wget && apt autoremove -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1