Update actions/checkout action to v6 #388
Annotations
1 error
|
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c DEBIAN_FRONTEND=noninteractive apt update && groupadd --system --non-unique --gid ${PGID} abc && useradd --system --non-unique --uid ${PUID} --gid ${PGID} --no-create-home --home-dir / --shell /usr/sbin/nologin abc && apt -y install --no-install-recommends curl cron supervisor tzdata ca-certificates software-properties-common gpg-agent && apt-add-repository ppa:ondrej/php && echo \"TZ=${TZ}\" >> /etc/environment && echo \"${TZ}\" > /etc/timezone && ([ ! -f \"/usr/share/zoneinfo/${TZ}\" ] || ln -sf \"/usr/share/zoneinfo/${TZ}\" /etc/localtime)" did not complete successfully: exit code: 1
|