Create and publish a Docker image #85
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
deploy-image.yml
on: schedule
build-and-push-image
49s
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
|