Docker Deploy #26
docker-deploy.yml
on: workflow_run
build-and-push
1m 3s
Annotations
1 error and 1 warning
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && if id -u 1000 >/dev/null 2>&1; then userdel -r \"$(id -nu 1000)\"; fi && if getent group 1000 >/dev/null 2>&1; then groupdel \"$(getent group 1000 | cut -d: -f1)\"; fi && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends procps && pip install -r requirements.txt && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* && find /usr/local/lib/python3.12 -name '__pycache__' -exec rm -r {} + && find /usr/local/lib/python3.12 -name '*.pyc' -delete" did not complete successfully: exit code: 1
|
build-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|